FijkView constructor
FijkView({
- required FijkPlayer player,
- double? width,
- double? height,
- FijkFit fit = FijkFit.contain,
- FijkFit fsFit = FijkFit.contain,
- FijkPanelWidgetBuilder panelBuilder = defaultFijkPanelBuilder,
- Color color = const Color(0xFF607D8B),
- ImageProvider<
Object> ? cover, - bool fs = true,
- void onDispose()?,
Implementation
FijkView({
required this.player,
this.width,
this.height,
this.fit = FijkFit.contain,
this.fsFit = FijkFit.contain,
this.panelBuilder = defaultFijkPanelBuilder,
this.color = const Color(0xFF607D8B),
this.cover,
this.fs = true,
this.onDispose,
});