showIndicationForSameValues property

bool get showIndicationForSameValues

Implementation

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

Implementation

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