allowWithoutGesture property

bool allowWithoutGesture

Implementation

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

Implementation

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