VChipRemovableStyle constructor

const VChipRemovableStyle({
  1. Color? backgroundColor,
  2. Color? chipLabelDisabledColor,
  3. Color? chipLabelColor,
  4. Color? borderReadOnlyColor,
  5. Color? borderDisabledColor,
  6. Color? borderDefaultColor,
  7. Color? borderCompactChipColor,
  8. Color? borderPressedColor,
  9. Color? iconPressedColor,
  10. Color? iconDisabledColor,
  11. Color? iconDefaultColor,
  12. Color? deleteButtonSplashColor,
  13. Color? deleteButtonBackgroundColor,
  14. double? standardBorderRadius,
  15. double? compactBorderRadius,
  16. double? elevation,
  17. double? pressedElevation,
  18. TextStyle? chipLabelTextStyle,
})

Implementation

const VChipRemovableStyle({
  this.backgroundColor,
  this.chipLabelDisabledColor,
  this.chipLabelColor,
  this.borderReadOnlyColor,
  this.borderDisabledColor,
  this.borderDefaultColor,
  this.borderCompactChipColor,
  this.borderPressedColor,
  this.iconPressedColor,
  this.iconDisabledColor,
  this.iconDefaultColor,
  this.deleteButtonSplashColor,
  this.deleteButtonBackgroundColor,
  this.standardBorderRadius,
  this.compactBorderRadius,
  this.elevation,
  this.pressedElevation,
  this.chipLabelTextStyle,
});