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