touchActionDelay 属性

String touchActionDelay

获取 "touch-action-delay" 的值

实现

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

设置 "touch-action-delay" 的值

实现

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