Skip to content

Commit eb21fa4

Browse files
committed
fix: typo
1 parent 76c0310 commit eb21fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/utils/src/chat/chat_scroll_observer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ChatScrollObserver {
6060
/// This callback will be called when handling in [ClampingScrollPhysics]'s
6161
/// [adjustPositionForNewDimensions].
6262
@Deprecated(
63-
'It will be removed in version 2, please use [onHandlePositionCallback] instead')
63+
'It will be removed in version 2, please use [onHandlePositionResultCallback] instead')
6464
void Function(ChatScrollObserverHandlePositionType)? onHandlePositionCallback;
6565

6666
/// The result callback for processing chat location.

0 commit comments

Comments
 (0)