firesTouchEvents property

bool get firesTouchEvents

Implementation

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

Implementation

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