colorNotifier property

ValueNotifier<CustomColors> colorNotifier
getter/setter pair

Implementation

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