Gets the value of "touch-action"
String get touchAction => getPropertyValue('touch-action');
Sets the value of "touch-action"
set touchAction(String value) { setProperty('touch-action', value, ''); }