Marc
Marc

Reputation: 25

How to achieve this drop down container in flutter?

This is like a dropdown menu but doesn't accept any ontap function, just readability. Please see the image to know how it looks and works

enter image description here

Upvotes: 1

Views: 352

Answers (1)

Rida Rezzag
Rida Rezzag

Reputation: 3943

Use a listview of widgets and wrap each widget in the list with flutter-expandable Check this https://github.com/aryzhov/flutter-expandable/blob/master/README.md

Upvotes: 2

Related Questions