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