ScribbleNotifierBase constructor

ScribbleNotifierBase(
  1. ScribbleState state
)

The base class for a notifier that controls the state of a Scribble widget.

This class is meant to be extended by a concrete implementation that provides the actual behavior.

See ScribbleNotifier for the default implementation.

Implementation

ScribbleNotifierBase(super.state);