HMSelectBagdeTheme constructor

HMSelectBagdeTheme({
  1. Color? backgroundColor,
  2. HMRadius? radius,
  3. Color? selectedColor,
  4. Color? textColor,
  5. double? spacing,
  6. Color? chipColor,
  7. Color? deleteIconColor,
  8. bool? isFilled,
})

Implementation

HMSelectBagdeTheme({
  this.backgroundColor,
  this.radius,
  this.selectedColor,
  this.textColor,
  this.spacing,
  this.chipColor,
  this.deleteIconColor,
  this.isFilled,
});