Comments formatting
This commit is contained in:
parent
6161122e9e
commit
fba940335c
1 changed files with 2 additions and 2 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue