Skip to content

Commit 053d4ad

Browse files
committed
fix doc
1 parent 56bf8d6 commit 053d4ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Widget buildPreviewWithShowInteractiveDelegate(
4646
showInteractiveDelegate: (media) => Navigator.of(context)
4747
.push(MaterialPageRoute(builder: (_) => Scaffold(body: media))),
4848
);
49-
}```
49+
}
50+
```
5051

5152
## API Documentation
5253
Check out the full API documentation at https://pub.dev/documentation/enough_media/latest/

0 commit comments

Comments
 (0)