VideoView constructor
- String url, {
- Key? key,
- String? checksum,
- VoidCallback? onClose,
- VoidCallback? toggleFullscreen,
- void onController(
- VideoController?
- RxBool? isFullscreen,
- FutureOr<
void> onError()?, - Duration? showInterfaceFor,
Implementation
const VideoView(
this.url, {
super.key,
this.checksum,
this.onClose,
this.toggleFullscreen,
this.onController,
this.isFullscreen,
this.onError,
this.showInterfaceFor,
});