Automatic light vs dark theme
This commit is contained in:
parent
b00bcfc652
commit
33a59ee0fb
|
|
@ -283,6 +283,7 @@ abstract class PrefState implements Built<PrefState, PrefStateBuilder> {
|
|||
..enableTooltips = true
|
||||
..enableNativeBrowser = false
|
||||
..textScaleFactor = 1
|
||||
..darkModeType = kBrightnessSytem
|
||||
..colorTheme = kColorThemeLight
|
||||
..darkColorTheme = kColorThemeDark;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue