TransferOwnershipConfiguration constructor
const
TransferOwnershipConfiguration({
- String? title,
- String? searchPlaceholder,
- bool? hideSearch,
- bool? showBackButton,
- Widget? backButton,
- dynamic onTransferOwnership()?,
- bool disableUsersPresence = false,
- Widget? searchBoxIcon,
- GroupMembersRequestBuilder? groupMembersRequestBuilder,
- GroupMembersBuilderProtocol? groupMembersProtocol,
- Widget? subtitleView()?,
- bool? hideSeparator,
- GroupMembersStyle? groupMemberStyle,
- String? emptyStateText,
- String? errorStateText,
- WidgetBuilder? loadingStateView,
- WidgetBuilder? emptyStateView,
- WidgetBuilder? errorStateView,
- ListItemStyle? listItemStyle,
- AvatarStyle? avatarStyle,
- StatusIndicatorStyle? statusIndicatorStyle,
- TransferOwnershipStyle? transferOwnershipStyle,
- Widget? selectIcon,
- Widget? submitIcon,
- CometChatTheme? theme,
- VoidCallback? onBack,
- OnError? onError,
- Widget listItemView()?,
Implementation
const TransferOwnershipConfiguration(
{this.title,
this.searchPlaceholder,
this.hideSearch,
this.showBackButton,
this.backButton,
this.onTransferOwnership,
this.disableUsersPresence = false,
this.searchBoxIcon,
this.groupMembersRequestBuilder,
this.groupMembersProtocol,
this.subtitleView,
this.hideSeparator,
this.groupMemberStyle,
this.emptyStateText,
this.errorStateText,
this.loadingStateView,
this.emptyStateView,
this.errorStateView,
this.listItemStyle,
this.avatarStyle,
this.statusIndicatorStyle,
this.transferOwnershipStyle,
this.selectIcon,
this.submitIcon,
this.theme,
this.onBack,
this.onError,
this.listItemView});