menu
custom_styles_package package
documentation
functions/custom_time_functions.dart
CustomTimeFunctions
getAmPm static method
getAmPm static method
dark_mode
light_mode
getAmPm
static method
String
getAmPm
(
TimeOfDay
time
)
Implementation
static String getAmPm(TimeOfDay time){ return time.period == DayPeriod.am ? 'AM' : 'PM'; }
custom_styles_package package
documentation
functions/custom_time_functions
CustomTimeFunctions
getAmPm static method
CustomTimeFunctions class