onConfirm property

dynamic Function(DateTime, DateTime) onConfirm
final

The callback function to be executed when the user confirms their selection.

Implementation

final Function(DateTime, DateTime) onConfirm;