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