获取 "touch-action-delay" 的值
String get touchActionDelay => getPropertyValue('touch-action-delay');
设置 "touch-action-delay" 的值
set touchActionDelay(String value) { setProperty('touch-action-delay', value, ''); }