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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited