onScrollToTop property
Callback function called when the user scrolls to the top.
This is typically used to load older messages in a paginated fashion.
Implementation
final Future<void> Function()? onScrollToTop;
Callback function called when the user scrolls to the top.
This is typically used to load older messages in a paginated fashion.
final Future<void> Function()? onScrollToTop;