GroupsViewArguments constructor
GroupsViewArguments({
- GroupListViewController? controller,
- ChatUIKitAppBarModel? appBarModel,
- void onSearchTap(
- List<
GroupItemModel> data
- List<
- ChatUIKitGroupItemBuilder? itemBuilder,
- void onTap(
- BuildContext context,
- GroupItemModel model
- void onLongPress(
- BuildContext context,
- GroupItemModel model
- String? searchBarHideText,
- Widget? listViewBackground,
- String? loadErrorMessage,
- bool enableAppBar = true,
- ChatUIKitViewObserver? viewObserver,
- String? attributes,
Implementation
GroupsViewArguments({
this.controller,
this.appBarModel,
this.onSearchTap,
this.itemBuilder,
this.onTap,
this.onLongPress,
this.searchBarHideText,
this.listViewBackground,
this.loadErrorMessage,
this.enableAppBar = true,
this.viewObserver,
this.attributes,
});