ChangeInfoView.arguments constructor

ChangeInfoView.arguments(
  1. ChangeInfoViewArguments arguments, {
  2. Key? key,
})

Implementation

ChangeInfoView.arguments(ChangeInfoViewArguments arguments, {super.key})
    : hint = arguments.hint,
      inputTextCallback = arguments.inputTextCallback,
      saveButtonTitle = arguments.saveButtonTitle,
      maxLength = arguments.maxLength,
      appBarModel = arguments.appBarModel,
      enableAppBar = arguments.enableAppBar,
      attributes = arguments.attributes;