|
|
@@ -155,7 +155,6 @@ class ChewieController extends ChangeNotifier {
|
|
|
this.materialProgressColors,
|
|
|
this.placeholder,
|
|
|
this.overlay,
|
|
|
- this.fit = BoxFit.contain,
|
|
|
this.showControls = true,
|
|
|
this.customControls,
|
|
|
this.allowedScreenSleep = true,
|
|
|
@@ -217,8 +216,6 @@ class ChewieController extends ChangeNotifier {
|
|
|
/// A widget which is placed between the video and the controls
|
|
|
final Widget overlay;
|
|
|
|
|
|
- /// How to fit
|
|
|
- final BoxFit fit;
|
|
|
|
|
|
/// Defines if the player will start in fullscreen when play is pressed
|
|
|
final bool fullScreenByDefault;
|