1

Is there an easy way to create expandable/collapsible ?

Screenshot when you click on "Show More Detail" button, the description section expands with animation: enter image description here

Andrewlee1228
  • 23
  • 1
  • 3

2 Answers2

2

You should use ExpansionPanel widget for this.

Basic Expansion Panel Widget Example

Developer
  • 582
  • 1
  • 3
  • 12
1

You can use the package expandable: ^5.0.1.

I prefer using this instead of ExpansionPanel because it is a lot more customizable and easy to use.

Flutter Expandable (pub.dev)

Sandeep Singh
  • 241
  • 1
  • 9