MessageFieldOptions class

Settings that affect the behavior of the message field

Constructors

MessageFieldOptions({bool? autofocus, bool? enterSendsMessage, String? placeholder, bool? spellcheck})
TODO: visible
const

Properties

autofocus → bool?
Determines whether the message field should automatically focus when the user navigates.
final
enterSendsMessage → bool?
If set to true, pressing the enter key sends the message (if there is text in the message field).
final
hashCode → int
The hash code for this object.
no setteroverride
placeholder → String?
The text displayed in the message field when the user hasn't started typing anything.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spellcheck → bool?
This enables spell checking.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
override