ZeroChipFilledStyle constructor

const ZeroChipFilledStyle({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
  3. Color? iconColor,
})

Implementation

const ZeroChipFilledStyle({
  this.backgroundColor,
  this.textStyle,
  this.iconColor,
});