RoomPage constructor

const RoomPage({
  1. dynamic key = roomPageKey,
  2. required String roomId,
})

Implementation

const RoomPage({
  super.key = roomPageKey,
  required this.roomId,
});