Package 

Class ScrollableColumnKt

    • Method Summary

      Modifier and Type Method Description
      final static Modifier scrollableColumn(Modifier $self, FocusRequester focusRequester, ScrollableState scrollableState) Adds Rotary support (for devices that have a rotating bezel) to scrollable screens.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • scrollableColumn

         final static Modifier scrollableColumn(Modifier $self, FocusRequester focusRequester, ScrollableState scrollableState)

        Adds Rotary support (for devices that have a rotating bezel) to scrollable screens. The screen containing the scrollable item must request focus as appropriate, usually

        LaunchedEffect(Unit) {
          focusRequester.requestFocus()
        }