Issue
I have a list tile and it initially looks like this:
What I want is that when I click on it, it expands and show more information like below:
So is there any widget for this or do I have to do it manually?
Solution
just use ExpansionTile
which natively supported by flutter, official documentation.
Answered By - Ruchit
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.