isVideoLocked property

ValueNotifier<bool?> isVideoLocked
getter/setter pair

Implementation

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