ClockSettings constructor

const ClockSettings({
  1. ThemeMode themeMode = ThemeMode.dark,
  2. TimeFormat timeFormat = TimeFormat.h24,
  3. bool isFlipped = false,
  4. bool isWeatherEnabled = true,
})

Implementation

const ClockSettings({
  this.themeMode = ThemeMode.dark,
  this.timeFormat = TimeFormat.h24,
  this.isFlipped = false,
  this.isWeatherEnabled = true,
});