File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class CupertinoVideoProgressBar extends StatelessWidget {
1212 this .onDragStart,
1313 this .onDragUpdate,
1414 super .key,
15- }) : colors = colors ?? ChewieProgressColors ();
15+ }) : colors = colors ?? ChewieProgressColors ();
1616
1717 final VideoPlayerController controller;
1818 final ChewieProgressColors colors;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class MaterialVideoProgressBar extends StatelessWidget {
1212 this .onDragStart,
1313 this .onDragUpdate,
1414 super .key,
15- }) : colors = colors ?? ChewieProgressColors ();
15+ }) : colors = colors ?? ChewieProgressColors ();
1616
1717 final double height;
1818 final VideoPlayerController controller;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class VideoProgressBar extends StatefulWidget {
1313 required this .barHeight,
1414 required this .handleHeight,
1515 required this .drawShadow,
16- }) : colors = colors ?? ChewieProgressColors ();
16+ }) : colors = colors ?? ChewieProgressColors ();
1717
1818 final VideoPlayerController controller;
1919 final ChewieProgressColors colors;
You can’t perform that action at this time.
0 commit comments