A string representing the current period (e.g., 'a.m.').
Source
String get periodLabel => period == DayPeriod.am ? 'a.m.' : 'p.m.';
A string representing the current period (e.g., 'a.m.').
String get periodLabel => period == DayPeriod.am ? 'a.m.' : 'p.m.';