tapHighlightColor property
Gets the value of "tap-highlight-color"
Implementation
String get tapHighlightColor => getPropertyValue('tap-highlight-color');
Sets the value of "tap-highlight-color"
Implementation
set tapHighlightColor(String value) {
setProperty('tap-highlight-color', value, '');
}