DraggableWindowWidget constructor
const
DraggableWindowWidget({})
Implementation
const DraggableWindowWidget({
super.key,
required this.roomId,
required this.mainParticipant,
this.isMainScreenStream = false,
this.draggableParticipant,
required this.draggableHeight,
required this.draggableWidth,
required this.orientation,
});