onConfirm property
The callback invoked when the user confirms the selected date.
Type: ValueChanged<DateTime> Usage: Receives the chosen DateTime for further processing in the app.
Implementation
final ValueChanged<DateTime> onConfirm;
The callback invoked when the user confirms the selected date.
Type: ValueChanged<DateTime> Usage: Receives the chosen DateTime for further processing in the app.
final ValueChanged<DateTime> onConfirm;