DefaultChatRoomInviteScreen constructor

const DefaultChatRoomInviteScreen({
  1. Key? key,
  2. required ChatRoom room,
})

Implementation

const DefaultChatRoomInviteScreen({
  super.key,
  required this.room,
});