PillStyle constructor
const
PillStyle({
- Color? backgroundColor,
- Color? borderColor,
- Color? labelColor,
- Color? valueColor,
- Color? dividerColor,
- double? borderWidth,
- double? borderRadius,
- FontWeight? labelFontWeight,
- FontWeight? valueFontWeight,
- double? fontSize,
- Color? selectedBackgroundColor,
- Color? selectedBorderColor,
- double? selectedBorderWidth,
Creates a PillStyle with the given properties.
Implementation
const PillStyle({
this.backgroundColor,
this.borderColor,
this.labelColor,
this.valueColor,
this.dividerColor,
this.borderWidth,
this.borderRadius,
this.labelFontWeight,
this.valueFontWeight,
this.fontSize,
this.selectedBackgroundColor,
this.selectedBorderColor,
this.selectedBorderWidth,
});