DropdownItemStyle constructor
const
DropdownItemStyle({
- Color? color,
- EdgeInsets? padding,
Implementation
const DropdownItemStyle({
this.color,
this.padding,
});
const DropdownItemStyle({
this.color,
this.padding,
});