DropdownButtonStyle constructor

DropdownButtonStyle({
  1. Color? dropdownColor,
  2. Widget? icon,
  3. EdgeInsets? itemPadding,
  4. TextStyle? textStyle,
  5. bool isDense = false,
})

Implementation

DropdownButtonStyle({
  this.dropdownColor,
  this.icon,
  this.itemPadding,
  this.textStyle,
  this.isDense = false,
});