menu
messenger
ui/page/home/page/chat/info/add_member/view.dart
AddChatMemberView
AddChatMemberView const constructor
AddChatMemberView
dark_mode
light_mode
AddChatMemberView
constructor
const
AddChatMemberView
(
{
Key
?
key
,
required
ChatId
chatId
,
})
Implementation
const AddChatMemberView({super.key, required this.chatId});
messenger
view
AddChatMemberView
AddChatMemberView const constructor
AddChatMemberView class