From 3559cf2263c4240098fa0c4a5b27083e2b00c3aa Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 7 Apr 2022 13:59:13 +0100 Subject: [PATCH] docs: improved SpaceshipWall documenation --- .../pinball_components/lib/src/components/spaceship.dart | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/pinball_components/lib/src/components/spaceship.dart b/packages/pinball_components/lib/src/components/spaceship.dart index ccb86b07..10144eef 100644 --- a/packages/pinball_components/lib/src/components/spaceship.dart +++ b/packages/pinball_components/lib/src/components/spaceship.dart @@ -233,8 +233,11 @@ class _SpaceshipWallShape extends ChainShape { /// {@template spaceship_wall} /// A [BodyComponent] that provides the collision for the wall -/// surrounding the spaceship, with a small opening to allow the -/// [Ball] to get inside the spaceship saucer. +/// surrounding the spaceship. +/// +/// It has a small opening to allow the [Ball] to get inside the spaceship +/// saucer. +/// /// It also contains the [SpriteComponent] for the lower wall /// {@endtemplate} class SpaceshipWall extends BodyComponent with InitialPosition, Layered {