ChipStyle constructor

const ChipStyle({
  1. Color? backgroundColor,
  2. TextStyle? labelStyle,
  3. Color? deleteIconColor,
})

Implementation

const ChipStyle({
  this.backgroundColor,
  this.labelStyle,
  this.deleteIconColor,
});