appNotifier top-level property

ValueNotifier<int> appNotifier
getter/setter pair

Implementation

ValueNotifier<int> appNotifier = ValueNotifier(0);