ChatScrollObserverCustomAdjustPosition typedef

ChatScrollObserverCustomAdjustPosition = double? Function(ChatScrollObserverCustomAdjustPositionModel)

Customize the scroll position should be given new viewport dimensions.

Implementation

typedef ChatScrollObserverCustomAdjustPosition = double? Function(
  ChatScrollObserverCustomAdjustPositionModel,
);