ThaNativeControls constructor
const
ThaNativeControls({
- Key? key,
- required ThaNativePlayerController controller,
- required ValueNotifier<
BoxFit> boxFitNotifier, - Widget? overlay,
Implementation
const ThaNativeControls({
super.key,
required this.controller,
required this.boxFitNotifier,
this.overlay,
});