VideoPlayerMP4Page constructor

const VideoPlayerMP4Page(
  1. bool play,
  2. String url,
  3. String title, {
  4. Key? key,
})

Implementation

const VideoPlayerMP4Page(this.play,this.url,this.title, {Key? key}) : super(key: key);