On this page
touchAction property
String touchActionGets the value of "touch-action"
Source
String get touchAction => getPropertyValue('touch-action');
void touchAction=(Sets the value of "touch-action"
Source
set touchAction(String value) {
setProperty('touch-action', value, '');
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/touchAction.html