touchActionDelay property

String get touchActionDelay

Gets the value of "touch-action-delay"

Implementation

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

Sets the value of "touch-action-delay"

Implementation

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