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