showIndicationForSameValues property

bool showIndicationForSameValues

Implementation

bool get showIndicationForSameValues => _showIndicationForSameValues;
void showIndicationForSameValues=(bool value)

Implementation

set showIndicationForSameValues(bool value) {
  if (_showIndicationForSameValues != value) {
    _showIndicationForSameValues = value;
  }
}