Home > Back-end >  Custom Outline Dropdown in Flutter
Custom Outline Dropdown in Flutter

Time:03-12

I want to recreate this drop-down design in flutter, but I'm finding it hard to format a DropDown to look like this.

This is the Drop down when it is not clicked enter image description here

This is it when it is clickedack.imgur.com/otED3.png

CodePudding user response:

Try below Code hope its helpful to you I have tried same as your requirement Use image1

Your Dropdown/ExpansionList-> enter image description here

You can refer my same answer here

  • Related