MediaVideoView constructor
const
MediaVideoView({
- Key? key,
- required MediaVideoPlayer controller,
- BoxFit fit = BoxFit.contain,
Implementation
const MediaVideoView({
super.key,
required this.controller,
this.fit = BoxFit.contain,
});