ChangeInfoView constructor

const ChangeInfoView({
  1. String? hint,
  2. Future<String?> inputTextCallback()?,
  3. String? saveButtonTitle,
  4. int maxLength = 128,
  5. ChatUIKitAppBarModel? appBarModel,
  6. bool enableAppBar = true,
  7. String? attributes,
  8. Key? key,
})

Implementation

const ChangeInfoView({
  this.hint,
  this.inputTextCallback,
  this.saveButtonTitle,
  this.maxLength = 128,
  this.appBarModel,
  this.enableAppBar = true,
  this.attributes,
  super.key,
});