theme_fusion library

Classes

ThemeFusionApp
Wrap your MaterialApp as child. No context needed. Uses KeyedSubtree keyed by current theme to force a full subtree rebuild when theme changes, so UI updates immediately at runtime.
ThemeFusionController

Extensions

ThemeColorExtension on String

Properties

themeFusion ThemeFusionController
no setter

Functions

initThemeFusion({required String initialTheme, required Map<String, Map<String, Color>> themes, required Color fallbackColor}) → void