allowWithoutGesture property

bool get allowWithoutGesture

Implementation

bool get allowWithoutGesture =>
    js_util.getProperty(this, 'allowWithoutGesture');
set allowWithoutGesture (bool newValue)

Implementation

set allowWithoutGesture(bool newValue) {
  js_util.setProperty(this, 'allowWithoutGesture', newValue);
}