getVideoWidget method
Implementation
@override
Widget getVideoWidget({
double? left = 0,
double? top = 0,
double? width,
double? height}){
return CustomPlayer(left: left,top: top,height: height,width: width,);
}
@override
Widget getVideoWidget({
double? left = 0,
double? top = 0,
double? width,
double? height}){
return CustomPlayer(left: left,top: top,height: height,width: width,);
}