firesTouchEvents property

bool firesTouchEvents

Implementation

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

Implementation

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