updateMaterialSignals function
Implementation
void updateMaterialSignals(BuildContext context) {
if (_setup) return;
_setup = true;
themeDataSignal.value = Theme.of(context);
}
void updateMaterialSignals(BuildContext context) {
if (_setup) return;
_setup = true;
themeDataSignal.value = Theme.of(context);
}