getRotationAngle method
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;
}
gets a normalized version of the current rotation angle of the pie chart, which will always be between 0.0 < 360.0
@return
double getRotationAngle() {
return _rotationAngle;
}