ConversationListView constructor
const
ConversationListView({
- ConversationListViewController? controller,
- ConversationItemBuilder? itemBuilder,
- List<
Widget> ? beforeWidgets, - List<
Widget> ? afterWidgets, - void onSearchTap(
- List<
ConversationItemModel> data
- List<
- String? searchBarHideText,
- Widget? emptyBackground,
- String? errorMessage,
- String? reloadMessage,
- void onTap(
- BuildContext context,
- ConversationItemModel info
- void onLongPress(
- BuildContext context,
- ConversationItemModel info
- bool enableLongPress = true,
- bool enableSearchBar = true,
- bool enablePinHighlight = true,
- Key? key,
Implementation
const ConversationListView({
this.controller,
this.itemBuilder,
this.beforeWidgets,
this.afterWidgets,
this.onSearchTap,
this.searchBarHideText,
this.emptyBackground,
this.errorMessage,
this.reloadMessage,
this.onTap,
this.onLongPress,
this.enableLongPress = true,
this.enableSearchBar = true,
this.enablePinHighlight = true,
super.key,
});