angle property
double
get
angle
Implementation
double get angle => switch (this) {
ChartRotation.d0 => 0.0,
ChartRotation.d90 => pi / 2,
ChartRotation.d180 => pi,
ChartRotation.d270 => 3 * pi / 2,
};