BannedMemberConfiguration constructor
      
      BannedMemberConfiguration({ 
    
    
- UIBannedGroupMemberRequestBuilder? requestBuilder,
 - bool? hideSeparator,
 - Widget childView()?,
 - BannedMembersStyle bannedMembersStyle = const BannedMembersStyle(),
 - List<
CometChatOption> ? options(- Group group,
 - GroupMember member,
 - CometChatBannedMembersController controller,
 - BuildContext context,
 
 - ScrollController? controller,
 - CometChatTheme? theme,
 - String? searchPlaceholder,
 - Widget? backButton,
 - bool showBackButton = true,
 - Widget? searchBoxIcon,
 - bool hideSearch = true,
 - SelectionMode? selectionMode,
 - dynamic onSelection()?,
 - String? title,
 - String? errorStateText,
 - String? emptyStateText,
 - Widget? subtitleView()?,
 - AvatarStyle? avatarStyle,
 - bool? disableUsersPresence,
 - WidgetBuilder? loadingStateView,
 - WidgetBuilder? emptyStateView,
 - WidgetBuilder? errorStateView,
 - bool? hideError,
 - StatusIndicatorStyle? statusIndicatorStyle,
 - OnError? onError,
 - VoidCallback? onBack,
 - dynamic onItemTap()?,
 - dynamic onItemLongPress()?,
 - ActivateSelection? activateSelection,
 - List<
Widget> ? appBarOptions, - ListItemStyle? listItemStyle,
 - BannedMemberBuilderProtocol? bannedMemberProtocol,
 - BannedGroupMembersRequestBuilder? bannedMemberRequestBuilder,
 - String? unbanIconUrl,
 - String? unbanIconUrlPackageName,
 - dynamic stateCallBack(
- CometChatBannedMembersController controller
 
 
Implementation
BannedMemberConfiguration(
    {this.requestBuilder,
    this.hideSeparator,
    this.childView,
    this.bannedMembersStyle = const BannedMembersStyle(),
    this.options,
    this.controller,
    this.theme,
    this.searchPlaceholder,
    this.backButton,
    this.showBackButton = true,
    this.searchBoxIcon,
    this.hideSearch = true,
    this.selectionMode,
    this.onSelection,
    this.title,
    this.errorStateText,
    this.emptyStateText,
    this.subtitleView,
    this.avatarStyle,
    this.disableUsersPresence,
    this.loadingStateView,
    this.emptyStateView,
    this.errorStateView,
    this.hideError,
    this.statusIndicatorStyle,
    this.onError,
    this.onBack,
    this.onItemTap,
    this.onItemLongPress,
    this.activateSelection,
    this.appBarOptions,
    this.listItemStyle,
    this.bannedMemberProtocol,
    this.bannedMemberRequestBuilder,
    this.unbanIconUrl,
    this.unbanIconUrlPackageName,
    this.stateCallBack});