MyVideoPlayer2 constructor
const
MyVideoPlayer2({})
Implementation
const MyVideoPlayer2(
{Key? key,
required this.url,
required this.isInFeed,
required this.isEnableVideoTools,
required this.post})
: super(key: key);