SelectContactView.arguments constructor

SelectContactView.arguments(
  1. SelectContactViewArguments arguments, {
  2. Key? key,
})

Implementation

SelectContactView.arguments(SelectContactViewArguments arguments, {super.key})
    : itemBuilder = arguments.itemBuilder,
      onSearchTap = arguments.onSearchTap,
      searchBarHideText = arguments.searchBarHideText,
      listViewBackground = arguments.listViewBackground,
      onTap = arguments.onTap,
      onLongPress = arguments.onLongPress,
      appBarModel = arguments.appBarModel,
      controller = arguments.controller,
      enableAppBar = arguments.enableAppBar,
      viewObserver = arguments.viewObserver,
      attributes = arguments.attributes;