ChipStyle constructor
const
ChipStyle({
- Color? backgroundColor,
- TextStyle? textStyle,
- Color? iconColor,
- double? iconSize,
- EdgeInsetsGeometry? labelPadding,
- double? elevation,
- Color? borderColor,
- double? borderWidth,
- BorderRadius? borderRadius,
Implementation
const ChipStyle({
this.backgroundColor,
this.textStyle,
this.iconColor,
this.iconSize,
this.labelPadding,
this.elevation,
this.borderColor,
this.borderWidth,
this.borderRadius,
});