targetValue property

set targetValue (double? v)

Implementation

set targetValue(double? v) {
  _targetValue = v;
  markNeedsPaint();
}