ZeroChipOutlinedStyle constructor

const ZeroChipOutlinedStyle({
  1. Color? borderColor,
  2. TextStyle? textStyle,
  3. Color? iconColor,
})

Implementation

const ZeroChipOutlinedStyle({
  this.borderColor,
  this.textStyle,
  this.iconColor,
});