Package 

Object ZoomableDefaults

    • Method Summary

      Modifier and Type Method Description
      final NestedScrollConnection getPageNestedScrollConnection() pageNestedScrollConnection to be set to HorizontalPager or VerticalPager.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.