Home > front end >  How do I use Expansion Panel List in flutter like this gif
How do I use Expansion Panel List in flutter like this gif

Time:09-22

Hi there I want to use this gif in my app

CodePudding user response:

Maybe take a look at this widget: https://api.flutter.dev/flutter/material/ExpansionTile-class.html

  • Related