Change handler for DayPeriod
void onAmPmChange(DayPeriod e) { setState(() { lastPeriod = time.period; time = time.setPeriod(e); }); }