ShowFastDatePicker typedef

ShowFastDatePicker = Future<DateTime?> Function(DatePickerEntryMode entryMode)

Implementation

typedef ShowFastDatePicker = Future<DateTime?> Function(
    DatePickerEntryMode entryMode);