menu
bolt_ui_kit package
documentation
pickers/pickers.dart
AppPickers
pickDate static method
pickDate static method
dark_mode
light_mode
pickDate
static method
Future
<
DateTime
?
>
pickDate
(
)
Implementation
static Future<DateTime?> pickDate() async { return await DatePickerUtil.showCustomDatePicker(); }
bolt_ui_kit package
documentation
pickers/pickers
AppPickers
pickDate static method
AppPickers class