VideoView constructor
VideoView({
- Key? key,
- VideoViewCreatedCallback? onVideoViewCreatedCallback,
Implementation
VideoView({
Key? key,
this.onVideoViewCreatedCallback
}) :super(key: key);