isLocked property

bool isLocked

Implementation

bool get isLocked {
  _listener();
  return lockPageStack.isNotEmpty;
}