ReactionPicker typedef

  1. @Deprecated("Use 'StreamReactionPicker' instead")
ReactionPicker = StreamReactionPicker

screenshot screenshot

It shows a reaction picker

Usually you don't use this widget as it's one of the default widgets used by StreamMessageWidget.onMessageActions.

Implementation

@Deprecated("Use 'StreamReactionPicker' instead")
typedef ReactionPicker = StreamReactionPicker;