angle property

double angle

Implementation

double get angle {
  return valueToAngle(initialValue, min, max, appearance.angleRange);
}