setTime method

void setTime(
  1. TimeOfDay x
)

Implementation

void setTime(TimeOfDay x) {
  selectedTime = x;
  notifyListeners();
}