CustomCalendar constructor

const CustomCalendar(
  1. dynamic onDateChanged(
    1. String
    ),
  2. DateFormat formatter,
  3. TextEditingController controller,
  4. bool isFromDate,
  5. bool isWeekendAllowed,
  6. String? fromDate, {
  7. Key? key,
})

Implementation

const CustomCalendar(this.onDateChanged, this.formatter, this.controller,
    this.isFromDate, this.isWeekendAllowed, this.fromDate,
    {super.key});