FlutterCustomCalendar constructor

FlutterCustomCalendar({
  1. required dynamic dateTimeFunction(
    1. DateTime
    ),
  2. Color? backgroundColor,
})

Implementation

FlutterCustomCalendar({required this.dateTimeFunction, this.backgroundColor});