tapHighlightColor property

String tapHighlightColor

Gets the value of "tap-highlight-color"

Source

String get tapHighlightColor => getPropertyValue('tap-highlight-color');
void tapHighlightColor=(String value)

Sets the value of "tap-highlight-color"

Source

set tapHighlightColor(String value) {
  setProperty('tap-highlight-color', value, '');
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/tapHighlightColor.html