colorNotifier property
Notifies listeners of changes in the app's of CustomColors
.
Implementation
ValueNotifier<CustomColors> colorNotifier = ValueNotifier<CustomColors>(
CustomColors(),
);
Notifies listeners of changes in the app's of CustomColors
.
ValueNotifier<CustomColors> colorNotifier = ValueNotifier<CustomColors>(
CustomColors(),
);