ConversationsViewArguments constructor
ConversationsViewArguments({
- ConversationListViewController? controller,
- ChatUIKitAppBarModel? appBarModel,
- void onSearchTap(
- List<
ConversationItemModel> data
- List<
- List<
Widget> ? beforeWidgets, - List<
Widget> ? afterWidgets, - ConversationItemBuilder? itemBuilder,
- void onItemTap(
- BuildContext context,
- ConversationItemModel info
- ConversationsViewItemLongPressHandler? onItemLongPressHandler,
- String? searchBarHideText,
- Widget? emptyBackground,
- bool enableAppBar = true,
- bool enableSearchBar = true,
- ChatUIKitViewObserver? viewObserver,
- ChatUIKitMoreActionsBuilder? moreActionsBuilder,
- bool enablePinHighlight = true,
- Widget? backgroundWidget,
- String? attributes,
Implementation
ConversationsViewArguments({
this.controller,
this.appBarModel,
this.onSearchTap,
this.beforeWidgets,
this.afterWidgets,
this.itemBuilder,
this.onItemTap,
this.onItemLongPressHandler,
this.searchBarHideText,
this.emptyBackground,
this.enableAppBar = true,
this.enableSearchBar = true,
this.viewObserver,
this.moreActionsBuilder,
this.enablePinHighlight = true,
this.backgroundWidget,
this.attributes,
});