onShowPicker property

Future<DateTime?> Function(BuildContext context, DateTime? currentValue) onShowPicker
final

Called when the date chooser dialog should be shown.

Implementation

final Future<DateTime?> Function(BuildContext context, DateTime? currentValue) onShowPicker;