themeDataSignal top-level property
Material signal that tracks the current ThemeData
updateMaterialSignals is required to be called in the builder method of the root app
Implementation
final themeDataSignal = signal<ThemeData>(ThemeData());
Material signal that tracks the current ThemeData
updateMaterialSignals is required to be called in the builder method of the root app
final themeDataSignal = signal<ThemeData>(ThemeData());