MessageFieldOptions constructor

const MessageFieldOptions({
  1. bool? autofocus,
  2. bool? enterSendsMessage,
  3. String? placeholder,
  4. bool? spellcheck,
})

TODO: visible

Implementation

const MessageFieldOptions(
    {this.autofocus,
    this.enterSendsMessage,
    this.placeholder,
    this.spellcheck});