JoinProtectedGroupConfiguration constructor
const
JoinProtectedGroupConfiguration({
- Widget? closeIcon,
- Widget? joinIcon,
- JoinProtectedGroupStyle? joinProtectedGroupStyle,
- CometChatTheme? theme,
- dynamic onJoinTap({})?,
- String? passwordPlaceholderText,
- String? title,
- String? description,
- String? errorStateText,
- VoidCallback? onBack,
- 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});