GroupsView.arguments constructor

GroupsView.arguments(
  1. GroupsViewArguments arguments, {
  2. Key? key,
})

Implementation

GroupsView.arguments(GroupsViewArguments 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;