Property

LocalOverscrollFactory

CompositionLocal that provides an OverscrollFactory through the hierarchy.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
val LocalOverscrollFactory: ProvidableCompositionLocal<OverscrollFactory?>

CompositionLocal that provides an OverscrollFactory through the hierarchy. This will be used by default by scrolling components, so you can provide an OverscrollFactory here to override the overscroll used by components within a hierarchy.

See rememberOverscrollEffect to remember an OverscrollEffect from the current provided value.