touchAction属性

String touchAction

获取"touch-action"的值

实现

String get touchAction => getPropertyValue('touch-action');
void touchAction=(String value)

设置"touch-action"的值

实现

set touchAction(String value) {
  setProperty('touch-action', value, '');
}