colorNotifier property

ValueNotifier<CustomColors> colorNotifier
getter/setter pair

Notifies listeners of changes in the app's of CustomColors.

Implementation

ValueNotifier<CustomColors> colorNotifier = ValueNotifier<CustomColors>(
  CustomColors(),
);