RRuleGeneratorConfig class
@deprecated Use RRuleTextDelegateRegistry instead. This class will be removed in future versions.
Constructors
- RRuleGeneratorConfig.new({@Deprecated('Use inputTextStyle instead') Color textFieldBorderColor = Colors.grey, @Deprecated('Use selectDayStyle instead') Color weekdayColor = Colors.white, @Deprecated('Use selectDayStyle instead') Color weekdayBackgroundColor = Colors.black54, @Deprecated('Use selectDayStyle instead') Color weekdaySelectedColor = Colors.white, @Deprecated('Use selectDayStyle instead') Color weekdaySelectedBackgroundColor = Colors.blueAccent, @Deprecated('Use inputTextStyle instead') Radius textFieldBorderRadius = const Radius.circular(8), @Deprecated('Use headerStyle instead') TextStyle headerTextStyle = const TextStyle(), @Deprecated('Use labelStyle instead') TextStyle textStyle = const TextStyle(), @Deprecated('Use headerStyle instead') bool headerEnabled = true, RRuleHeaderStyle headerStyle = const RRuleHeaderStyle(), RRuleDropdownStyle dropdownStyle = const RRuleDropdownStyle(), TextStyle labelStyle = const TextStyle(), RRuleInputTextStyle inputTextStyle = const RRuleInputTextStyle(), RRuleSwitchStyle switchStyle = const RRuleSwitchStyle(), RRuleSelectDayStyle selectDayStyle = const RRuleSelectDayStyle(), RRuleDatePickerStyle datePickerStyle = const RRuleDatePickerStyle(), Widget divider = const Divider()})
Properties
- datePickerStyle → RRuleDatePickerStyle
-
final
- divider → Widget
-
final
- dropdownStyle → RRuleDropdownStyle
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerEnabled → bool
-
@deprecated Use headerStyle.enabled instead
final
- headerStyle → RRuleHeaderStyle
-
final
- headerTextStyle → TextStyle
-
@deprecated Use headerStyle.textStyle instead
final
- inputTextStyle → RRuleInputTextStyle
-
final
- labelStyle → TextStyle
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectDayStyle → RRuleSelectDayStyle
-
final
- switchStyle → RRuleSwitchStyle
-
final
- textFieldBorderColor → Color
-
@deprecated Use inputTextStyle.borderColor instead
final
- textFieldBorderRadius → Radius
-
@deprecated Use inputTextStyle.borderRadius instead
final
- textStyle → TextStyle
-
@deprecated Use labelStyle instead
final
- weekdayBackgroundColor → Color
-
@deprecated Use selectDayStyle.backgroundColor instead
final
- weekdayColor → Color
-
@deprecated Use selectDayStyle.textColor instead
final
- weekdaySelectedBackgroundColor → Color
-
@deprecated Use selectDayStyle.selectedBackgroundColor instead
final
- weekdaySelectedColor → Color
-
@deprecated Use selectDayStyle.selectedTextColor instead
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