NERoomUserVideoView.subStream constructor Null safety
- String userId,
- {Key? key,
- String? debugName,
- NERoomUserVideoViewListener? listener,
- bool mirror = false,
- WidgetBuilder? builder,
- dynamic fitType = NERtcVideoViewFitType.contain,
- Color backgroundColor = const Color(0xFF292933)}
substream
Implementation
NERoomUserVideoView.subStream(
this.userId, {
Key? key,
this.debugName,
this.listener,
this.mirror = false,
this.builder,
this.fitType = NERtcVideoViewFitType.contain,
this.backgroundColor = const Color(0xFF292933),
}) : streamType = null,
subStream = true,
super(key: key ?? _UserVideoKey(userId, true));