toLightMode method

void toLightMode()

Set theme mode to ThemeMode.light

Implementation

void toLightMode() {
  toMode(ThemeMode.light);
}