VToggleStyle class
Constructors
-
VToggleStyle({Color? pressedSplashColor, Color? selectedBorderColor, Color? unselectedBorderColor, Color? toggleFillColor, Color? disabledBorderColor, Color? bottomBarColor, Color? bottomBarDisabledColor, Color? bottomBarUnselectedColor, double? borderRadius, double? height, double? minimumWidth})
-
const
Methods
-
copyWith({Color? pressedSplashColor, dynamic selectedBorderColor, dynamic unselectedBorderColor, dynamic toggleFillColor, dynamic disabledBorderColor, dynamic bottomBarDisabledColor, dynamic bottomBarUnselectedColor, dynamic bottomBarColor, double? height, dynamic borderRadius, dynamic minimumWidth})
→ VToggleStyle
-
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(covariant ThemeExtension<VToggleStyle>? other, double t)
→ VToggleStyle
-
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