RRulePicker constructor

const RRulePicker({
  1. Key? key,
  2. String initialRRule = '',
  3. String timeZone = '',
  4. bool enableExcludedDates = true,
  5. void onRRuleChanged(
    1. String
    )?,
  6. RRulePickerController? controller,
  7. RRulePickerThemeData? theme,
})

Implementation

const RRulePicker({
  super.key,
  this.initialRRule = '',
  this.timeZone = '',
  this.enableExcludedDates = true,
  this.onRRuleChanged,
  this.controller,
  this.theme,
});