NewGroupChatOverviewScreen constructor
- required ChatOptions options,
- required dynamic onPressCompleteGroupChatCreation(),
- required ChatService service,
- required List<ChatUserModel> users,
- ChatTranslations translations = const ChatTranslations(),
- Key? key,
Implementation
const NewGroupChatOverviewScreen({
  required this.options,
  required this.onPressCompleteGroupChatCreation,
  required this.service,
  required this.users,
  this.translations = const ChatTranslations(),
  super.key,
});