menu
messenger
ui/page/player/view.dart
PlayerView
onReact property
onReact
dark_mode
light_mode
onReact
property
void Function
(
Post
,
String
)
?
onReact
final
Callback, called when react of the
Post
is called.
Implementation
final void Function(Post, String)? onReact;
messenger
view
PlayerView
onReact property
PlayerView class