LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

ValueNotifierSignalMixin

ValueNotifier implementation for Signal.

ValueNotifier implementation for Signal

Methods#

View Methods
bool runCallbackOnListen

If true, the callback will be run when the listener is added

void addListener(VoidCallback listener)
void removeListener(VoidCallback listener)
bool hasListeners
void notifyListeners()