touchActionDelay property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettouchActionDelay
Gets the value of "touch-action-delay"
Implementation
String get touchActionDelay => getPropertyValue('touch-action-delay');
settouchActionDelay (String value)
Sets the value of "touch-action-delay"
Implementation
set touchActionDelay(String value) {
setProperty('touch-action-delay', value, '');
}