NomoDropDownButtonThemeData constructor

const NomoDropDownButtonThemeData({
  1. Color dropdownColor = Colors.white,
})

Implementation

const NomoDropDownButtonThemeData({
  this.dropdownColor = Colors.white,
});