Search code examples
androidflutteruser-interfacelayout

How to create a drop down view text FAQ Flutter UI


How can I create a simple drop down FAQ UI exactly or similar to this image that hide and unhide the text.

Edit : I have no idea what widget to use I've read about Visibility but I'm not sure its the right one in this case


Solution

  • After more research I manage to find a Widget for this ExpansionTile for displaying expand and collapse items Source

    Alternatively there's this package expandable which is more easier to implement