Package 

Object ListHeaderDefaults

    • Method Summary

      Modifier and Type Method Description
      final PaddingValues firstItemPadding() Padding for the first item in the list.
      final PaddingValues itemPadding() Padding for list items other than the top item in the list.
      • Methods inherited from class java.lang.Object

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

      • firstItemPadding

        @Composable() final PaddingValues firstItemPadding()

        Padding for the first item in the list. It is recommended to omit top padding for this item so that it is positioned directly below the list's own top padding.

      • itemPadding

        @Composable() final PaddingValues itemPadding()

        Padding for list items other than the top item in the list.