controller property

EventController<T>? controller
final

A required parameters that controls events for day view.

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

Implementation

final EventController<T>? controller;