Skip to content

Commit d29044d

Browse files
committed
Fixed Dart formatting.
1 parent fe1d43e commit d29044d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/src/cupertino/cupertino_progress_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

lib/src/material/material_progress_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

lib/src/progress_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)