SelectContactView.arguments constructor
SelectContactView.arguments(
- SelectContactViewArguments arguments, {
- 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;