VideoView constructor

VideoView({
  1. Key? key,
  2. VideoViewCreatedCallback? onVideoViewCreatedCallback,
})

Implementation

VideoView({
  Key? key,
  this.onVideoViewCreatedCallback
}) :super(key: key);