DropdownButtonStyle constructor
DropdownButtonStyle({
- Color? dropdownColor,
- Widget? icon,
- EdgeInsets? itemPadding,
- TextStyle? textStyle,
- bool isDense = false,
Implementation
DropdownButtonStyle({
this.dropdownColor,
this.icon,
this.itemPadding,
this.textStyle,
this.isDense = false,
});