WelcomeFieldView constructor

const WelcomeFieldView({
  1. Key? key,
  2. WelcomeFieldController? controller,
  3. void onChanged()?,
  4. Future<void> onAttachmentError(
    1. ChatItem
    )?,
  5. Key? fieldKey,
  6. Key? sendKey,
})

Implementation

const WelcomeFieldView({
  super.key,
  this.controller,
  this.onChanged,
  this.onAttachmentError,
  this.fieldKey,
  this.sendKey,
});