We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c0310 commit eb21fa4Copy full SHA for eb21fa4
lib/src/utils/src/chat/chat_scroll_observer.dart
@@ -60,7 +60,7 @@ class ChatScrollObserver {
60
/// This callback will be called when handling in [ClampingScrollPhysics]'s
61
/// [adjustPositionForNewDimensions].
62
@Deprecated(
63
- 'It will be removed in version 2, please use [onHandlePositionCallback] instead')
+ 'It will be removed in version 2, please use [onHandlePositionResultCallback] instead')
64
void Function(ChatScrollObserverHandlePositionType)? onHandlePositionCallback;
65
66
/// The result callback for processing chat location.
0 commit comments