CascadeChipTheme constructor
const
CascadeChipTheme({
- Color? primaryPathBackgroundColor,
- Color? primaryPathForegroundColor,
- Color? secondaryPathBackgroundColor,
- Color? secondaryPathForegroundColor,
- Color? optionChipBackgroundColor,
- Color? optionChipBorderColor,
- double? fontSize,
- Color? clearChipBackgroundColor,
- Color? clearChipForegroundColor,
- Color? clearChipBorderColor,
- BorderRadius? chipBorderRadius,
- EdgeInsets? chipPadding,
- double? chipSpacing,
Creates a theme for styling cascade chips.
Implementation
const CascadeChipTheme({
this.primaryPathBackgroundColor,
this.primaryPathForegroundColor,
this.secondaryPathBackgroundColor,
this.secondaryPathForegroundColor,
this.optionChipBackgroundColor,
this.optionChipBorderColor,
this.fontSize,
this.clearChipBackgroundColor,
this.clearChipForegroundColor,
this.clearChipBorderColor,
this.chipBorderRadius,
this.chipPadding,
this.chipSpacing,
});