WidgetVideoCall constructor
const
WidgetVideoCall({})
Implementation
const WidgetVideoCall({
Key? key,
required this.status,
this.call,
this.receiverId,
this.receiverName,
this.receiverPic,
this.conversationId,
this.conversationType,
}) : super(key: key);