VCheckboxStyle class

Inheritance

Constructors

VCheckboxStyle({Color? borderColor, Color? borderColorDisabled, Color? borderColorError, Color? fillColor, Color? fillColorPressed, Color? fillColorDisabled, Color? iconColor, Color? iconColorError, Color? textColorError, Color? textColor, Color? textColorDisabled, Color? overlayColor, CrossAxisAlignment? crossAxisAlignment})
const

Properties

borderColor Color?
final
borderColorDisabled Color?
final
borderColorError Color?
final
crossAxisAlignment CrossAxisAlignment?
final
fillColor Color?
final
fillColorDisabled Color?
final
fillColorPressed Color?
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
final
iconColorError Color?
final
overlayColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
final
textColorDisabled Color?
final
textColorError Color?
final
type Object
The extension's type.
no setterinherited

Methods

copyWith({Color? borderColor, dynamic borderColorDisabled, dynamic borderColorError, dynamic fillColor, dynamic fillColorPressed, dynamic fillColorDisabled, dynamic iconColor, dynamic iconColorError, dynamic textColor, dynamic textColorDisabled, dynamic textColorError, dynamic overlayColor, dynamic crossAxisAlignment}) VCheckboxStyle
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<VCheckboxStyle>? other, double t) VCheckboxStyle
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