EmojiRow class

Constructors

EmojiRow({dynamic key, required bool isAuthor, required dynamic message, required String roomId, required dynamic onEmojiTap(String messageId, String emoji), double? size})

Properties

hashCode int
The hash code for this object.
no setterinherited
isAuthor bool
final
message → dynamic
final
onEmojiTap → dynamic Function(String messageId, String emoji)
final
roomId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
final

Methods

build(dynamic context) → dynamic
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.
inherited