BsDropdownItemStyle constructor

const BsDropdownItemStyle({
  1. Color? backgroundColor,
  2. Color activeBackgroundColor = Colors.blueAccent,
  3. Color? disabledBackgroundColor,
})

Implementation

const BsDropdownItemStyle({
  this.backgroundColor,
  this.activeBackgroundColor = Colors.blueAccent,
  this.disabledBackgroundColor,
});