touchAction property

String touchAction

Implementation

_i2.String get touchAction => _i4.getProperty(
      this,
      'touchAction',
    );
void touchAction=(String value)

Implementation

set touchAction(_i2.String value) {
  _i4.setProperty(
    this,
    'touchAction',
    value,
  );
}