NewRequestsView.arguments constructor
NewRequestsView.arguments(
- NewRequestsViewArguments arguments, {
- Key? key,
Implementation
NewRequestsView.arguments(NewRequestsViewArguments arguments, {super.key})
: controller = arguments.controller,
appBarModel = arguments.appBarModel,
onSearchTap = arguments.onSearchTap,
itemBuilder = arguments.itemBuilder,
onTap = arguments.onTap,
onLongPress = arguments.onLongPress,
searchBarHideText = arguments.searchBarHideText,
listViewBackground = arguments.listViewBackground,
enableAppBar = arguments.enableAppBar,
loadErrorMessage = arguments.loadErrorMessage,
viewObserver = arguments.viewObserver,
attributes = arguments.attributes;