Expansion Tile in Flutter

<p>An expansion tile in flutter is almost similar to the ListTile which you may have already used in list view but the only difference is that the user can expand or collapse the tile to view more details about the tile. You can see the example of an expansion tile in the above image.</p> <p>ExapnsionTile is mainly used when you want to add some extra details to your ListTile but the details are not required at the first view. This can be viewed by the user if they want to see it.</p> <p><a href="https://medium.com/@aakashpp/expansion-tile-in-flutter-7ba50c7386ab"><strong>Learn More</strong></a></p>
Tags: Expansion Tile