CascadeChipTheme constructor

const CascadeChipTheme({
  1. Color? primaryPathBackgroundColor,
  2. Color? primaryPathForegroundColor,
  3. Color? secondaryPathBackgroundColor,
  4. Color? secondaryPathForegroundColor,
  5. Color? optionChipBackgroundColor,
  6. Color? optionChipBorderColor,
  7. double? fontSize,
  8. Color? clearChipBackgroundColor,
  9. Color? clearChipForegroundColor,
  10. Color? clearChipBorderColor,
  11. BorderRadius? chipBorderRadius,
  12. EdgeInsets? chipPadding,
  13. 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,
});