VideoView constructor
- {Key? key,
- required VideoViewController controller,
- VideoViewFit fit = VideoViewFit.contain}
Implementation
const VideoView({super.key, required this.controller, this.fit = VideoViewFit.contain});
const VideoView({super.key, required this.controller, this.fit = VideoViewFit.contain});