TTVideoPlayerView constructor
TTVideoPlayerView({
- Key? key,
- NativeViewType nativeViewType = NativeViewType.TextureView,
- required OnPlatformViewCreated onPlatformViewCreated,
Implementation
TTVideoPlayerView(
{super.key,
this.nativeViewType = NativeViewType.TextureView,
required this.onPlatformViewCreated}) {
initNativeView();
}