JoinProtectedGroupConfiguration constructor

const JoinProtectedGroupConfiguration({
  1. Widget? closeIcon,
  2. Widget? joinIcon,
  3. JoinProtectedGroupStyle? joinProtectedGroupStyle,
  4. CometChatTheme? theme,
  5. dynamic onJoinTap({
    1. Group group,
    2. String password,
    })?,
  6. String? passwordPlaceholderText,
  7. String? title,
  8. String? description,
  9. String? errorStateText,
  10. VoidCallback? onBack,
  11. OnError? onError,
})

Implementation

const JoinProtectedGroupConfiguration(
    {this.closeIcon,
    this.joinIcon,
    this.joinProtectedGroupStyle,
    this.theme,
    this.onJoinTap,
    this.passwordPlaceholderText,
    this.title,
    this.description,
    this.errorStateText,
    this.onBack,
    this.onError});