VChipRemovableStyle class

Inheritance

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

Properties

backgroundColor Color?
final
borderCompactChipColor Color?
final
borderDefaultColor Color?
final
borderDisabledColor Color?
final
borderPressedColor Color?
final
borderReadOnlyColor Color?
final
chipLabelColor Color?
final
chipLabelDisabledColor Color?
final
chipLabelTextStyle TextStyle?
final
compactBorderRadius double?
final
deleteButtonBackgroundColor Color?
final
deleteButtonSplashColor Color?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
iconDefaultColor Color?
final
iconDisabledColor Color?
final
iconPressedColor Color?
final
pressedElevation double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standardBorderRadius double?
final
type Object
The extension's type.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited