onHandlePositionCallback property

  1. @Deprecated('It will be removed in version 2, please use [onHandlePositionResultCallback] instead')
void Function(ChatScrollObserverHandlePositionType)? onHandlePositionCallback
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;