-
public class ZoomableDefaultsDefault values used by Modifier.zoomable()
-
-
Field Summary
Fields Modifier and Type Field Description private final NestedScrollConnectionpageNestedScrollConnectionpublic final static ZoomableDefaultsINSTANCE
-
Method Summary
Modifier and Type Method Description final NestedScrollConnectiongetPageNestedScrollConnection()pageNestedScrollConnection to be set to HorizontalPager or VerticalPager. -
-
Method Detail
-
getPageNestedScrollConnection
final NestedScrollConnection getPageNestedScrollConnection()
pageNestedScrollConnection to be set to HorizontalPager or VerticalPager. If Modifier.zoomable() is used in Pager's contents, this should be set to Pager's pageNestedScrollConnection to enable Pager scroll.
This implements nothing so that all scroll and fling events will reach the Pager.
-
-
-
-