test property

ValueNotifier<bool> test
getter/setter pair

Implementation

ValueNotifier<bool> test = ValueNotifier(false);