Composable Function
Common
@Composable
fun rememberOverscrollEffect(): OverscrollEffect?
Returns a remembered OverscrollEffect created from the current value of LocalOverscrollFactory. If LocalOverscrollFactory changes, a new OverscrollEffect will be returned. Returns null if null is provided to LocalOverscrollFactory.