Dropdown Widget Example
DropdownButtonHideUnderline ( child : DropdownButton2 ( isExpanded : true , hint : Row ( children : const [ Icon ( Icons . list , size : 16 , color : Colors . yellow , ), SizedBox ( width : 4 , ), Expanded ( child : Text ( 'Select Item' , style : TextStyle ( fontSize : 14 , fontWeight : FontWeight . bold , color : Colors . yellow , ),