onConfirm property
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;
Required callback function invoked when the user confirms the selected time. Receives the final TimeOfDay value, allowing the parent widget to process the selection.
final ValueChanged<TimeOfDay> onConfirm;