clean_accordions

Creator: coderz1093

Last updated:

0 purchases

clean_accordions Image
clean_accordions Images

Languages

Categories

Add to Cart

Description:

clean accordions

Accordion #
This Flutter package allows developer to use Accordion that can be customized easily
Features #

Easily create accordion-style UI in your Flutter app.
Customizable appearance to match your app's design.
Support for expanding/collapsing content.

Usage #
Here is the Simple use of Accordion:
Accordion(
title: const Text('Hey there'),
subTitle: const [
Text('Welcome'),
Text('Back')
]
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.