VideoPlayerMobile constructor

const VideoPlayerMobile({
  1. Key? key,
  2. String? filePath,
  3. String? url,
  4. String? asset,
  5. double? width,
  6. double? height,
})

Implementation

const VideoPlayerMobile(
    {Key? key, this.filePath, this.url, this.asset, this.width, this.height})
    : super(key: key);