menu
geniuslink_design_system package
documentation
design_system/components/data/readable_table_cells.dart
ReadableCells
time static method
time static method
dark_mode
light_mode
time
static method
Widget
time
(
String
hhmm
)
Implementation
static Widget time(String hhmm) => Builder(builder: (c) => Text(hhmm, style: _mono(c)));
geniuslink_design_system package
documentation
design_system/components/data/readable_table_cells
ReadableCells
time static method
ReadableCells class