VChipRemovableStyle constructor
const
VChipRemovableStyle({
- Color? backgroundColor,
- Color? chipLabelDisabledColor,
- Color? chipLabelColor,
- Color? borderReadOnlyColor,
- Color? borderDisabledColor,
- Color? borderDefaultColor,
- Color? borderCompactChipColor,
- Color? borderPressedColor,
- Color? iconPressedColor,
- Color? iconDisabledColor,
- Color? iconDefaultColor,
- Color? deleteButtonSplashColor,
- Color? deleteButtonBackgroundColor,
- double? standardBorderRadius,
- double? compactBorderRadius,
- double? elevation,
- double? pressedElevation,
- 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,
});