0

I wanted to make this sort of menu which expands when clicking. I tried to make it using DropDownMenu Button but I am just a beginner to learn flutter and couldn't make it. Please help.

This is what I want to archive: enter image description here

Siddharth Mehra
  • 1,691
  • 1
  • 9
  • 32
  • 1
    Try my answer for `ExpansionPanel` [here](https://stackoverflow.com/a/69460263/13997210) and `ExpansionTile` [here](https://stackoverflow.com/a/69462496/13997210) hope its helpful to you – Ravindra S. Patil Oct 06 '21 at 09:00

1 Answers1

0

you can use this package to achieve your view https://pub.dev/packages/expandable

please look at these images

Khurram
  • 173
  • 7