NewRequestsView constructor
const
NewRequestsView({
- NewRequestListViewController? controller,
- ChatUIKitAppBarModel? appBarModel,
- void onSearchTap(
- List<
NewRequestItemModel> data
- List<
- ChatUIKitNewRequestItemBuilder? itemBuilder,
- void onTap(
- BuildContext context,
- NewRequestItemModel model
- void onLongPress(
- BuildContext context,
- NewRequestItemModel model
- String? searchBarHideText,
- Widget? listViewBackground,
- String? loadErrorMessage,
- bool enableAppBar = true,
- String? attributes,
- ChatUIKitViewObserver? viewObserver,
- Key? key,
Implementation
const NewRequestsView({
this.controller,
this.appBarModel,
this.onSearchTap,
this.itemBuilder,
this.onTap,
this.onLongPress,
this.searchBarHideText,
this.listViewBackground,
this.loadErrorMessage,
this.enableAppBar = true,
this.attributes,
this.viewObserver,
super.key,
});