isSelected property

bool get isSelected

Implementation

bool get isSelected => _isSelected;
set isSelected (bool value)

Implementation

set isSelected(bool value) {
  _isSelected = value;
  markNeedsSegmentsPaint();
}