onConfirm property

ValueChanged<DateTimeRange> onConfirm
final

Required callback invoked when the user confirms the selection, receiving the chosen DateTimeRange. This allows the parent widget to handle the result, such as updating state or triggering data fetches.

Implementation

final ValueChanged<DateTimeRange> onConfirm;