TUILiveRoomAudienceWidget constructor
const
TUILiveRoomAudienceWidget({
- Key? key,
- required String roomId,
- required LiveInfo liveInfo,
- FloatWindowController? floatWindowController,
Implementation
const TUILiveRoomAudienceWidget({
super.key,
required this.roomId,
required this.liveInfo,
this.floatWindowController,
});