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