onConfirm property

ValueChanged<DateTime> onConfirm
final

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;