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