VChipSelectionStyle class

Inheritance

Constructors

VChipSelectionStyle({Color? backgroundDisabledColor, Color? backgroundReadOnlyColor, Color? backgroundIsSelectedColor, Color? backgroundPressedColor, Color? backgroundSelectedPressed, Color? backgroundDefaultColor, Color? chipLabelReadOnlyColor, Color? chipLabelDisabledColor, Color? chipLabelSelectedColor, Color? chipLabelDefaultColor, Color? borderReadOnlyColor, Color? borderDisabledColor, Color? borderSelectedColor, Color? borderDefaultColor, Color? iconReadOnlyColor, Color? iconDisabledColor, Color? iconDefaultColor, double? borderRadius, double? elevation, double? pressedElevation, TextStyle? chipLabelTextStyle})
const

Properties

backgroundDefaultColor Color?
final
backgroundDisabledColor Color?
final
backgroundIsSelectedColor Color?
final
backgroundPressedColor Color?
final
backgroundReadOnlyColor Color?
final
backgroundSelectedPressed Color?
final
borderDefaultColor Color?
final
borderDisabledColor Color?
final
borderRadius double?
final
borderReadOnlyColor Color?
final
borderSelectedColor Color?
final
chipLabelDefaultColor Color?
final
chipLabelDisabledColor Color?
final
chipLabelReadOnlyColor Color?
final
chipLabelSelectedColor Color?
final
chipLabelTextStyle TextStyle?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
iconDefaultColor Color?
final
iconDisabledColor Color?
final
iconReadOnlyColor Color?
final
pressedElevation double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Object
The extension's type.
no setterinherited

Methods

copyWith({Color? backgroundDisabledColor, dynamic backgroundReadOnlyColor, dynamic backgroundIsSelectedColor, dynamic backgroundPressedColor, dynamic backgroundDefaultColor, dynamic backgroundSelectedPressed, dynamic chipLabelReadOnlyColor, dynamic chipLabelDisabledColor, dynamic chipLabelSelectedColor, dynamic chipLabelDefaultColor, dynamic borderReadOnlyColor, dynamic borderDisabledColor, dynamic borderSelectedColor, dynamic borderDefaultColor, dynamic iconReadOnlyColor, dynamic iconDisabledColor, dynamic iconDefaultColor, double? borderRadius, dynamic elevation, dynamic pressedElevation, TextStyle? chipLabelTextStyle}) VChipSelectionStyle
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<VChipSelectionStyle>? other, double t) VChipSelectionStyle
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