docs: fixed typo

pull/29/head
alestiago 4 years ago
parent 4a8061f9b0
commit 5a67b24764

@ -15,7 +15,7 @@ class Ball extends PositionBodyComponent<PinballGame, SpriteComponent>
}) : _position = position,
super(size: Vector2.all(2));
/// The initial position of the [Flipper] body.
/// The initial position of the [Ball] body.
final Vector2 _position;
/// Location of the sprite thar renders with the [Ball].

Loading…
Cancel
Save