From 92466e4820b73887cb8312b6f4b852c04e2f1f77 Mon Sep 17 00:00:00 2001 From: alestiago Date: Sat, 7 May 2022 20:21:38 +0100 Subject: [PATCH] docs: improve docs --- .../lib/src/components/dash_bumper/dash_bumper.dart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart b/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart index c379b462..1b960610 100644 --- a/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart +++ b/packages/pinball_components/lib/src/components/dash_bumper/dash_bumper.dart @@ -41,7 +41,8 @@ class DashBumper extends BodyComponent with InitialPosition { /// {@macro dash_bumper} /// - /// [DashBumper.main] displays a Dash on top of it. + /// [DashBumper.main], usually positioned with a [DashAnimatronic] on top of + /// it. DashBumper.main({ Iterable? children, }) : this._( @@ -59,7 +60,7 @@ class DashBumper extends BodyComponent with InitialPosition { /// {@macro dash_bumper} /// - /// [DashBumper.b] is positioned at the right side of the [DashBumper.main] in + /// [DashBumper.a] is positioned at the right side of the [DashBumper.main] in /// the flutter forest. DashBumper.a({ Iterable? children,