DropdownItemStyle constructor

const DropdownItemStyle({
  1. Color? color,
  2. EdgeInsets? padding,
})

Implementation

const DropdownItemStyle({
  this.color,
  this.padding,
});