diff --git a/packages/pinball_components/lib/src/components/shapes/arc_shape.dart b/packages/pinball_components/lib/src/components/shapes/arc_shape.dart index 3e3e6287..b2042c4d 100644 --- a/packages/pinball_components/lib/src/components/shapes/arc_shape.dart +++ b/packages/pinball_components/lib/src/components/shapes/arc_shape.dart @@ -38,7 +38,7 @@ class ArcShape extends ChainShape { /// For example, two pi returns a complete circumference. final double angle; - /// Which can be rotated by a given [rotation] in radians. + /// Angle in radians to rotate the arc around its [center]. final double rotation; ArcShape copyWith({