NERtcVideoView constructor Null safety
- NERtcVideoRenderer _renderer,
- {Key? key,
- dynamic fitType = NERtcVideoViewFitType.contain,
- Color backgroundColor = const Color(0xFF292933)}
Implementation
const NERtcVideoView(this._renderer,
{Key? key,
this.fitType = NERtcVideoViewFitType.contain,
this.backgroundColor = const Color(0xFF292933)})
: super(key: key);