Skip to content

Commit 53104b4

Browse files
Update README.md
1 parent 28764f7 commit 53104b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ import 'package:help_ukraine_widget/help_ukraine_widget.dart';
5353
Use `OverlayWidget` to float and align the widget above your app:
5454
``` dart
5555
OverlayWidget(
56-
// e.g. Alignment.bottomRight
57-
alignment: alignment,
56+
alignment: Alignment.bottomRight,
5857
overlayWidget: HorizontalHelpWidget(),
5958
child: MyApp(),
6059
)

0 commit comments

Comments
 (0)