isActive property

ValueNotifier<bool> isActive
getter/setter pair

Implementation

ValueNotifier<bool> isActive = ValueNotifier<bool>(true);