NewGroupChatScreen constructor
- required ChatOptions options,
- required dynamic onPressGroupChatOverview(),
- required ChatService service,
- ChatTranslations translations = const ChatTranslations(),
- Key? key,
Implementation
const NewGroupChatScreen({
  required this.options,
  required this.onPressGroupChatOverview,
  required this.service,
  this.translations = const ChatTranslations(),
  super.key,
});