Gets the value of "touch-action"
Source
String get touchAction => getPropertyValue('touch-action');
Sets the value of "touch-action"
Source
set touchAction(String value) {
setProperty('touch-action', value, '');
}
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, '');
}