replyTarget property
T?
replyTarget
final
The item the composer is currently replying to, if any. Pass null for
a new top-level comment. This is a controlled prop — update it from
your own reactive state when the user taps a replyActionBuilder.
Implementation
final T? replyTarget;