NERtcVideoView constructor

NERtcVideoView(
  1. NERtcVideoRenderer _renderer, {
  2. Key? key,
  3. NERtcVideoViewFitType fitType = NERtcVideoViewFitType.contain,
  4. Color backgroundColor = const Color(0xFF292933),
})

Implementation

NERtcVideoView(this._renderer,
    {Key? key,
    this.fitType = NERtcVideoViewFitType.contain,
    this.backgroundColor = const Color(0xFF292933)})
    : super(key: key);