onHandlePositionCallback property
- @Deprecated('It will be removed in version 2, please use [onHandlePositionResultCallback] instead')
getter/setter pair
The result callback for processing chat location.
This callback will be called when handling in ClampingScrollPhysics's
adjustPositionForNewDimensions.
Implementation
@Deprecated(
'It will be removed in version 2, please use [onHandlePositionResultCallback] instead')
void Function(ChatScrollObserverHandlePositionType)? onHandlePositionCallback;