use boxfit.cover

This commit is contained in:
Salvatore Giordano
2020-12-03 14:38:25 +01:00
parent ab89714d1c
commit 4f49664a41
+1
View File
@@ -220,6 +220,7 @@ class _ImageFooterState extends State<ImageFooter> {
widget.mediaSelectedCallBack(position);
},
child: FittedBox(
fit: BoxFit.cover,
child: Chewie(
controller: controllerPackage.chewieController,
),