NewRequestsView.arguments constructor

NewRequestsView.arguments(
  1. NewRequestsViewArguments arguments, {
  2. 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;