VideoView constructor

const VideoView(
  1. String url, {
  2. Key? key,
  3. String? checksum,
  4. VoidCallback? onClose,
  5. VoidCallback? toggleFullscreen,
  6. void onController(
    1. VideoController?
    )?,
  7. RxBool? isFullscreen,
  8. FutureOr<void> onError()?,
  9. Duration? showInterfaceFor,
})

Implementation

const VideoView(
  this.url, {
  super.key,
  this.checksum,
  this.onClose,
  this.toggleFullscreen,
  this.onController,
  this.isFullscreen,
  this.onError,
  this.showInterfaceFor,
});