VChipSelectionStyle class
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
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