GroupMembersConfiguration constructor
const
GroupMembersConfiguration({
- GroupMembersBuilderProtocol? groupMembersProtocol,
- Widget? subtitleView()?,
- bool? hideSeparator,
- Widget listItemView()?,
- GroupMembersStyle groupMemberStyle = const GroupMembersStyle(),
- ScrollController? controller,
- CometChatTheme? theme,
- String? searchPlaceholder,
- Widget? backButton,
- bool showBackButton = true,
- Widget? searchBoxIcon,
- bool hideSearch = false,
- SelectionMode? selectionMode,
- dynamic onSelection()?,
- String? title,
- String? errorStateText,
- String? emptyStateText,
- dynamic stateCallBack(
- CometChatGroupMembersController controller
- GroupMembersRequestBuilder? groupMembersRequestBuilder,
- bool? hideError,
- WidgetBuilder? loadingStateView,
- WidgetBuilder? emptyStateView,
- WidgetBuilder? errorStateView,
- ListItemStyle? listItemStyle,
- AvatarStyle? avatarStyle,
- StatusIndicatorStyle? statusIndicatorStyle,
- List<
Widget> ? appBarOptions, - List<
CometChatOption> ? options(- Group group,
- GroupMember member,
- CometChatGroupMembersController controller,
- BuildContext context,
- Group? group,
- GroupScopeStyle? groupScopeStyle,
- dynamic tailView()?,
- Widget? selectIcon,
- Widget? submitIcon,
- bool disableUsersPresence = false,
- OnError? onError,
- VoidCallback? onBack,
- dynamic onItemTap()?,
- dynamic onItemLongPress()?,
- ActivateSelection? activateSelection,
Implementation
const GroupMembersConfiguration(
{this.groupMembersProtocol,
this.subtitleView,
this.hideSeparator,
this.listItemView,
this.groupMemberStyle = const GroupMembersStyle(),
this.controller,
this.theme,
this.searchPlaceholder,
this.backButton,
this.showBackButton = true,
this.searchBoxIcon,
this.hideSearch = false,
this.selectionMode,
this.onSelection,
this.title,
this.errorStateText,
this.emptyStateText,
this.stateCallBack,
this.groupMembersRequestBuilder,
this.hideError,
this.loadingStateView,
this.emptyStateView,
this.errorStateView,
this.listItemStyle,
this.avatarStyle,
this.statusIndicatorStyle,
this.appBarOptions,
this.options,
this.group,
this.groupScopeStyle,
this.tailView,
this.selectIcon,
this.submitIcon,
this.disableUsersPresence = false,
this.onError,
this.onBack,
this.onItemTap,
this.onItemLongPress,
this.activateSelection});