shouldShowClearHighlightsButton property

bool get shouldShowClearHighlightsButton

Implementation

bool get shouldShowClearHighlightsButton => _shouldShowClearHighlightsButton;
set shouldShowClearHighlightsButton (bool newValue)

Implementation

set shouldShowClearHighlightsButton(bool newValue) {
  _shouldShowClearHighlightsButton = newValue;
  _updateNative();
}