MessageField class

Encapsulates the message entry field tied to the currently selected conversation.

Annotations
  • @JS()
  • @anonymous

Constructors

MessageField()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

focus() → void
Focuses the message entry field. Note that on mobile devices, this will cause the on-screen keyboard to pop up, obscuring part of the screen.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setText(String text) → void
Sets the message entry field to text.
setVisible(dynamic visible) → void
Sets the visibility of the Message Field to a given value or to a certain predicate.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited