RRuleGeneratorConfig class

Constructors

RRuleGeneratorConfig({Color textFieldBorderColor = Colors.grey, Color weekdayColor = Colors.white, Color weekdayBackgroundColor = Colors.black54, Color weekdaySelectedColor = Colors.white, Color weekdaySelectedBackgroundColor = Colors.blueAccent, Radius textFieldBorderRadius = const Radius.circular(8), TextStyle headerTextStyle = const TextStyle(), TextStyle textStyle = const TextStyle(), bool headerEnabled = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
headerEnabled bool
final
headerTextStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textFieldBorderColor Color
final
textFieldBorderRadius Radius
final
textStyle TextStyle
final
weekdayBackgroundColor Color
final
weekdayColor Color
final
weekdaySelectedBackgroundColor Color
final
weekdaySelectedColor Color
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