VideoContentView constructor
const
VideoContentView({})
Implementation
const VideoContentView({
Key? key,
required this.videoLoadState,
required this.playerController,
this.loadingWidget,
this.errorWidget,
}) : super(key: key);