Skip to content

Commit 892a5e4

Browse files
code blocks syntax highlighting
1 parent 7c7a5cf commit 892a5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import 'package:help_ukraine_widget/help_ukraine_widget.dart';
5151

5252
### Basic usage
5353
Use `OverlayWidget` to float and align the widget above your app:
54-
```
54+
``` dart
5555
OverlayWidget(
5656
// e.g. Alignment.bottomRight
5757
alignment: alignment,
@@ -62,7 +62,7 @@ OverlayWidget(
6262

6363
### Customization
6464
You can also create custom variations of this widget:
65-
```
65+
``` dart
6666
// we used that in our widget, but you do you
6767
final order = [HelpWidgetView.collapsed, HelpWidgetView.main, HelpWidgetView.options];
6868

0 commit comments

Comments
 (0)