ChipStyle constructor
const
ChipStyle({})
Implementation
const ChipStyle({
this.backgroundColor,
this.activeBackgroundColor,
this.borderColor,
this.activeBorderColor,
this.textColor,
this.activeTextColor,
this.iconColor,
this.activeIconColor,
this.borderRadius,
this.padding,
this.textStyle,
this.icon,
this.iconSize,
});