return DropdownMenuItem<String>( value: value, child: Text( value, style: TextStyle( color: Colors.black, fontSize: 16, fontWeight: FontWeight.w600), ), ); dropdownColor: Colors.amber,