We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7a5cf commit 892a5e4Copy full SHA for 892a5e4
README.md
@@ -51,7 +51,7 @@ import 'package:help_ukraine_widget/help_ukraine_widget.dart';
51
52
### Basic usage
53
Use `OverlayWidget` to float and align the widget above your app:
54
-```
+``` dart
55
OverlayWidget(
56
// e.g. Alignment.bottomRight
57
alignment: alignment,
@@ -62,7 +62,7 @@ OverlayWidget(
62
63
### Customization
64
You can also create custom variations of this widget:
65
66
// we used that in our widget, but you do you
67
final order = [HelpWidgetView.collapsed, HelpWidgetView.main, HelpWidgetView.options];
68
0 commit comments