onAnimateTo property

void Function(ChatItem)? onAnimateTo
final

Callback, called when the provided ChatItem should be scrolled to.

Implementation

final void Function(ChatItem)? onAnimateTo;