clean_accordions 1.0.0 copy "clean_accordions: ^1.0.0" to clipboard
clean_accordions: ^1.0.0 copied to clipboard

Flutter package to allow developer to use Accordion in their Flutter app.

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')
  ]
)
2
likes
140
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package to allow developer to use Accordion in their Flutter app.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on clean_accordions