clearHighlightsButtonContentDescription property

String get clearHighlightsButtonContentDescription

Implementation

String get clearHighlightsButtonContentDescription => _clearHighlightsButtonContentDescription;
set clearHighlightsButtonContentDescription (String newValue)

Implementation

set clearHighlightsButtonContentDescription(String newValue) {
  _clearHighlightsButtonContentDescription = newValue;
  _updateNative();
}