Is there an easy way to create expandable/collapsible ?
Screenshot when you click on "Show More Detail" button, the description section expands with animation:
Is there an easy way to create expandable/collapsible ?
Screenshot when you click on "Show More Detail" button, the description section expands with animation:
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.