Set a different size to the videoplayer
May lack in perfomance
Future<void> setSize({int? width, int? height}) async => await _controller.setSize( height: height, width: width, );