const VideoContainer({ Key? key, required this.child, required this.ratio, required this.contentSize, }) : super(key: key);