NsgSwitchHorizontalStyle class
Constructors
- NsgSwitchHorizontalStyle.new({EdgeInsets? thumbMargin, double? trackWidth, double? trackHeight, double? thumbWidth, double? thumbHeight, BorderRadius? trackBorderRadius, BorderRadius? thumbBorderRadius, Color? trackColor, Color? trackActiveColor, Color? thumbColor, Color? thumbActiveColor, TextStyle? textStyle, TextStyle? textActiveStyle})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textActiveStyle → TextStyle?
-
final
- textStyle → TextStyle?
-
final
- thumbActiveColor → Color?
-
final
- thumbBorderRadius → BorderRadius?
-
final
- thumbColor → Color?
-
final
- thumbHeight → double?
-
final
- thumbMargin → EdgeInsets?
-
final
- thumbWidth → double?
-
final
- trackActiveColor → Color?
-
final
- trackBorderRadius → BorderRadius?
-
final
- trackColor → Color?
-
final
- trackHeight → double?
-
final
- trackWidth → double?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
style(
) → NsgSwitchHorizontalStyleMain -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited