CreateGroupConfiguration constructor

const CreateGroupConfiguration({
  1. String? title,
  2. Widget? createIcon,
  3. String? namePlaceholderText,
  4. Widget? closeIcon,
  5. bool? disableCloseButton,
  6. dynamic onCreateTap(
    1. Group group
    )?,
  7. OnError? onError,
  8. VoidCallback? onBack,
  9. CreateGroupStyle? createGroupStyle,
  10. CometChatTheme? theme,
  11. 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});