notifier property

BoolNotifier get notifier

directly make ValueNotifier instance from bool.

Implementation

BoolNotifier get notifier => BoolNotifier(this);