FlickNativeVideoPlayer constructor

const FlickNativeVideoPlayer({
  1. Key? key,
  2. BoxFit? fit,
  3. double? aspectRatioWhenLoading,
  4. required VideoPlayerController? videoPlayerController,
})

Implementation

const FlickNativeVideoPlayer({
  Key? key,
  this.fit,
  this.aspectRatioWhenLoading,
  required this.videoPlayerController,
}) : super(key: key);