getRotationAngle method

double getRotationAngle()

gets a normalized version of the current rotation angle of the pie chart, which will always be between 0.0 < 360.0

@return

Implementation

double getRotationAngle() {
  return _rotationAngle;
}