toggleCalendarFormat method

void toggleCalendarFormat()

Implementation

void toggleCalendarFormat() {
  _calendarFormat.value = _nextFormat();
}