NsgSwitchHorizontalStyleMain class

Constructors

NsgSwitchHorizontalStyleMain.new({required EdgeInsets thumbMargin, required double trackWidth, required double trackHeight, required double thumbWidth, required double thumbHeight, required BorderRadius trackBorderRadius, required BorderRadius thumbBorderRadius, required Color trackColor, required Color trackActiveColor, required Color thumbColor, required Color thumbActiveColor, required TextStyle textStyle, required 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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited