GroupListView constructor
const
GroupListView({
- GroupListViewController? controller,
- ChatUIKitGroupItemBuilder? itemBuilder,
- List<
Widget> ? beforeWidgets, - List<
Widget> ? afterWidgets, - void onSearchTap(
- List<
GroupItemModel> data
- List<
- String? searchBarHideText,
- Widget? emptyBackground,
- String? errorMessage,
- String? reloadMessage,
- void onTap(
- BuildContext context,
- GroupItemModel model
- void onLongPress(
- BuildContext context,
- GroupItemModel model
- bool enableSearch = false,
- Key? key,
Implementation
const GroupListView({
this.controller,
this.itemBuilder,
this.beforeWidgets,
this.afterWidgets,
this.onSearchTap,
this.searchBarHideText,
this.emptyBackground,
this.errorMessage,
this.reloadMessage,
this.onTap,
this.onLongPress,
this.enableSearch = false,
super.key,
});