controller property

EventController<T>? controller
final

A required parameters that controls events for month view.

This will auto update month view when user adds events in controller. This controller will store all the events. And returns events for particular day.

If controller is null it will take controller from CalendarControllerProvider.controller.

Implementation

final EventController<T>? controller;