AddChatMemberView constructor

const AddChatMemberView({
  1. Key? key,
  2. required ChatId chatId,
})

Implementation

const AddChatMemberView({super.key, required this.chatId});