AppVideoView constructor
AppVideoView({})
Implementation
AppVideoView(
{Key? key,
this.mediaUrl,
this.onFullPage,
this.isLocalFile,
required this.mainColor,
required this.baseUrl,
required this.urlWithoutHttp})
: super(key: key);