Comments formatting

This commit is contained in:
Marty Fuhry 2023-05-01 14:03:08 -04:00
parent 6161122e9e
commit fba940335c
No known key found for this signature in database
GPG key ID: E2AB6392D894D900

View file

@ -98,8 +98,8 @@ class VideoPlayer extends StatefulWidget {
final Function()? onPlaying;
final Function()? onPaused;
/// The placeholder to show while the video is loading
/// usually, a thumbnail of the video
/// The placeholder to show while the video is loading usually, a thumbnail
/// of the video
final Widget? placeholder;
const VideoPlayer({