attachedState property

WindowHandle get attachedState

Implementation

WindowHandle get attachedState {
  assert(mounted, 'Window is not attached');
  return _attachedState!;
}