CometChatCreateGroup constructor
      const
      CometChatCreateGroup({ 
    
    
- Key? key,
- String? title,
- Widget? createIcon,
- String? namePlaceholderText,
- Widget? closeIcon,
- bool? disableCloseButton,
- dynamic onCreateTap(- Group group
 
- CreateGroupStyle createGroupStyle = const CreateGroupStyle(),
- CometChatTheme? theme,
- String? passwordPlaceholderText,
- VoidCallback? onBack,
- OnError? onError,
Implementation
const CometChatCreateGroup(
    {super.key,
    this.title,
    this.createIcon,
    this.namePlaceholderText,
    this.closeIcon,
    this.disableCloseButton,
    this.onCreateTap,
    this.createGroupStyle = const CreateGroupStyle(),
    this.theme,
    this.passwordPlaceholderText,
    this.onBack,
    this.onError});