RRulePicker constructor
const
RRulePicker({
- Key? key,
- String initialRRule = '',
- String timeZone = '',
- bool enableExcludedDates = true,
- void onRRuleChanged()?,
- RRulePickerController? controller,
- RRulePickerThemeData? theme,
Implementation
const RRulePicker({
super.key,
this.initialRRule = '',
this.timeZone = '',
this.enableExcludedDates = true,
this.onRRuleChanged,
this.controller,
this.theme,
});