NECallkitTextureView constructor
const
NECallkitTextureView({
- Key? key,
- int? uid,
- NECallkitVideoRendererController? controller,
- BoxFit fitType = BoxFit.cover,
- Color backgroundColor = const Color(0xFF292933),
- WidgetBuilder? placeholderBuilder,
- NECallkitVideoRendererEventListener? rendererEventListener,
通用构造函数
Implementation
const NECallkitTextureView({
super.key,
this.uid,
this.controller,
this.fitType = BoxFit.cover,
this.backgroundColor = const Color(0xFF292933),
this.placeholderBuilder,
this.rendererEventListener,
});