VChipRemovableStyle class
Constructors
-
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})
-
const
Methods
-
copyWith({Color? backgroundColor, dynamic chipLabelDisabledColor, dynamic chipLabelColor, dynamic borderReadOnlyColor, dynamic borderDisabledColor, dynamic borderDefaultColor, dynamic borderCompactChipColor, dynamic borderPressedColor, dynamic iconPressedColor, dynamic iconDisabledColor, dynamic iconDefaultColor, dynamic deleteButtonSplashColor, dynamic deleteButtonBackgroundColor, double? standardBorderRadius, dynamic compactBorderRadius, dynamic elevation, dynamic pressedElevation, TextStyle? chipLabelTextStyle})
→ VChipRemovableStyle
-
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(covariant ThemeExtension<VChipRemovableStyle>? other, double t)
→ VChipRemovableStyle
-
Linearly interpolate with another ThemeExtension object.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited