Update packages/pinball_components/lib/src/components/shapes/arc_shape.dart

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/87/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent 825ae78d30
commit 0cb3b30f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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({

Loading…
Cancel
Save