RoomProfileHeader constructor

const RoomProfileHeader({
  1. required String roomId,
  2. dynamic key,
})

Implementation

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