menu
plugin_uikit package
documentation
view/chat/create_group_chat_screen.dart
CreateChatGroup
CreateChatGroup.new const constructor
CreateChatGroup.new const constructor
dark_mode
light_mode
CreateChatGroup
constructor
const
CreateChatGroup
(
{
Key
?
key
,
required
List
<
String
>
userIds
,
})
Implementation
const CreateChatGroup({ Key? key, required this.userIds, }) : super(key: key);
plugin_uikit package
documentation
view/chat/create_group_chat_screen
CreateChatGroup
CreateChatGroup.new const constructor
CreateChatGroup class