menu
bolt_ui_kit package
documentation
pickers/pickers.dart
AppPickers
pickTime static method
pickTime static method
dark_mode
light_mode
pickTime
static method
Future
<
TimeOfDay
?
>
pickTime
(
)
Implementation
static Future<TimeOfDay?> pickTime() async { return await TimePickerUtil.showCustomTimePicker(); }
bolt_ui_kit package
documentation
pickers/pickers
AppPickers
pickTime static method
AppPickers class