ThaNativePlayerView constructor
const
ThaNativePlayerView({
- Key? key,
- required ThaNativePlayerController controller,
- Widget? overlay,
- BoxFit boxFit = BoxFit.contain,
Implementation
const ThaNativePlayerView({
super.key,
required this.controller,
this.overlay,
this.boxFit = BoxFit.contain,
});