loadThemeSettings method
dynamic
loadThemeSettings()
Implementation
loadThemeSettings() {
selectedFont = gs.read(libFont) ?? selectedFont;
var themeId = gs.read(libTheme) ?? staticThemeId;
updateTheme(themeId, isInit: true);
_fontSize = gs.read(libFontSize) ?? _fontSize;
_fontSizeProgress = _fontSize;
}