From 0cb3b30f9c3971375bf23ae84566364fc96d2a0d Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 28 Mar 2022 09:37:39 +0200 Subject: [PATCH] Update packages/pinball_components/lib/src/components/shapes/arc_shape.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- .../pinball_components/lib/src/components/shapes/arc_shape.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ef392e34..a2ca7da6 100644 --- a/packages/pinball_components/lib/src/components/shapes/arc_shape.dart +++ b/packages/pinball_components/lib/src/components/shapes/arc_shape.dart @@ -36,7 +36,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({