onShowPicker property
Called when the date chooser dialog should be shown.
Implementation
final Future<DateTime?> Function(BuildContext context, DateTime? currentValue)
onShowPicker;
Called when the date chooser dialog should be shown.
final Future<DateTime?> Function(BuildContext context, DateTime? currentValue)
onShowPicker;