CurrentUserInfoView.arguments constructor

CurrentUserInfoView.arguments(
  1. CurrentUserInfoViewArguments arguments, {
  2. Key? key,
})

Implementation

CurrentUserInfoView.arguments(CurrentUserInfoViewArguments arguments,
    {super.key})
    : profile = arguments.profile,
      appBarModel = arguments.appBarModel,
      viewObserver = arguments.viewObserver,
      enableAppBar = arguments.enableAppBar,
      attributes = arguments.attributes;