trackBorderWidth property

double trackBorderWidth

Implementation

double get trackBorderWidth => _trackBorderWidth;
void trackBorderWidth=(double value)

Implementation

set trackBorderWidth(double value) {
  if (_trackBorderWidth != value) {
    _trackBorderWidth = value;
    markNeedsSegmentsPaint();
  }
}