NECallkitTextureView constructor

const NECallkitTextureView({
  1. Key? key,
  2. int? uid,
  3. NECallkitVideoRendererController? controller,
  4. BoxFit fitType = BoxFit.cover,
  5. Color backgroundColor = const Color(0xFF292933),
  6. WidgetBuilder? placeholderBuilder,
  7. NECallkitVideoRendererEventListener? rendererEventListener,
})

通用构造函数

Implementation

const NECallkitTextureView({
  super.key,
  this.uid,
  this.controller,
  this.fitType = BoxFit.cover,
  this.backgroundColor = const Color(0xFF292933),
  this.placeholderBuilder,
  this.rendererEventListener,
});