CalendarController constructor
CalendarController({})
Implementation
CalendarController({
required this.isPeriodSelect,
this.targetDate,
this.onChanged,
this.activeMinDate,
this.activeMaxDate,
});
CalendarController({
required this.isPeriodSelect,
this.targetDate,
this.onChanged,
this.activeMinDate,
this.activeMaxDate,
});