ChatButton class abstract

Button in a MessageFieldView.

Implementers

Constructors

ChatButton([void onPressed()?])
const

Properties

asset SvgData
Asset name of this ChatButton.
no setter
assetMini SvgData?
Asset name of this ChatButton in mini mode.
no setter
disabled SvgData?
Disabled asset name to display, if onPressed is null.
no setter
hashCode int
The hash code for this object.
no setteroverride
hint String
Returns a text-represented hint for this ChatButton.
no setter
offset Offset
Asset offset of this ChatButton.
no setter
offsetMini Offset
Asset offset of this ChatButton in mini mode.
no setter
onPressed → void Function()?
Callback, called when this ChatButton is pressed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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