0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.