FloatingReactionPicker class

Floating overlay that shows predefined reactions near a message.

Appears anchored to anchorRect (the message's screen position), choosing above or below depending on available space. Includes a "+" button to open FullEmojiPicker.

Returns the selected emoji string, or null if dismissed.

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

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

Static Methods

show(BuildContext context, {required Rect anchorRect, required List<String> reactions, ChatTheme theme = ChatTheme.defaults}) Future<String?>