handleOnChange method

void handleOnChange(
  1. FCalendarController<Object?> controller
)

Calls onChange with the controller's value.

Implementation

void handleOnChange(FCalendarController<Object?> controller) => onChange?.call(controller.value as T);