IOSVideoPlayer constructor
const
IOSVideoPlayer({
- Key? key,
- required String videoUrl,
- double? width,
- double? height,
- BorderRadius? borderRadius,
- VoidCallback? onVideoComplete,
Implementation
const IOSVideoPlayer({
super.key,
required this.videoUrl,
this.width,
this.height,
this.borderRadius,
this.onVideoComplete,
});