touchActionDelay property

String touchActionDelay

Gets the value of "touch-action-delay"

Implementation

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

Sets the value of "touch-action-delay"

Implementation

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