onConfirm property

ValueChanged<TimeOfDay> onConfirm
final

Required callback function invoked when the user confirms the selected time. Receives the final TimeOfDay value, allowing the parent widget to process the selection.

Implementation

final ValueChanged<TimeOfDay> onConfirm;