handleOnChange method

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

Calls onChange with the controller's value.

Implementation

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