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