RRuleSwitchStyle class

Constructors

RRuleSwitchStyle.new({bool isCupertinoStyle = false, Color thumbColor = Colors.white, double thumbSize = 14.0, double inactiveThumbSize = 12.0, Color activeTrackColor = Colors.green, Color inactiveTrackColor = Colors.grey, double trackOutlineWidth = 2.0, Color trackOutlineColor = Colors.red, TextStyle switchTextStyle = const TextStyle(fontSize: 16, fontWeight: FontWeight.bold)})
Creates a style configuration for switches in the RRule generator.
const

Properties

activeTrackColor Color
final
hashCode int
The hash code for this object.
no setterinherited
inactiveThumbSize double
final
inactiveTrackColor Color
final
isCupertinoStyle bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
switchTextStyle TextStyle
final
thumbColor Color
final
thumbSize double
final
trackOutlineColor Color
final
trackOutlineWidth 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