trackColor property

set trackColor (Color v)

Implementation

set trackColor(Color v) {
  if (_trackColor == v) return;
  _trackColor = v;
}