RoomInfoWidget constructor

const RoomInfoWidget({
  1. Key? key,
  2. required String roomId,
})

Implementation

const RoomInfoWidget({super.key, required this.roomId});