isLocked property

ValueNotifier<bool?> isLocked
getter/setter pair

Implementation

ValueNotifier<bool?> isLocked = ValueNotifier(false);