prefix property

Widget prefix
final

The button to be pressed to show the reactions list.

When it is long pressed, it will just show the reactions list. When it is short pressed, it will call onPressed function.

The prefix parameter must not be null.

Implementation

final Widget prefix;