level property

ValueNotifier<int> level
getter/setter pair

Implementation

ValueNotifier<int> level = ValueNotifier(1);