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