onReactionSelected property

dynamic Function(FeedReaction) onReactionSelected
final

The function that gets called when a reaction is selected.

The onReactionSelected function is called when a reaction is selected from the reactions list after prefix or suffix widget is long pressed.

The onReactionSelected parameter must not be null.

Implementation

final Function(FeedReaction) onReactionSelected;