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