getRawRotationAngle method

double? getRawRotationAngle()

gets the raw version of the current rotation angle of the pie chart the returned value could be any value, negative or positive, outside of the 360 degrees. this is used when working with rotation direction, mainly by gestures and animations.

@return

Implementation

double? getRawRotationAngle() {
  return _rawRotationAngle;
}