windowType property

AssistiveWindowType get windowType

The type of the assistive window.

Implementation

AssistiveWindowType get windowType =>
    AssistiveWindowType.fromJS(_wrapped.windowType);
set windowType (AssistiveWindowType v)

Implementation

set windowType(AssistiveWindowType v) {
  _wrapped.windowType = v.toJS;
}