themeDataSignal top-level property

Signal<ThemeData> themeDataSignal
final

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());