SolidThemeConfig constructor
Implementation
const SolidThemeConfig({
this.enabled = true,
this.lightModeTooltip = 'Switch to light theme',
this.darkModeTooltip = 'Switch to dark theme',
this.onToggle,
});
const SolidThemeConfig({
this.enabled = true,
this.lightModeTooltip = 'Switch to light theme',
this.darkModeTooltip = 'Switch to dark theme',
this.onToggle,
});