-
public class ListHeaderDefaults
-
-
Field Summary
Fields Modifier and Type Field Description public final static ListHeaderDefaultsINSTANCE
-
Method Summary
Modifier and Type Method Description final PaddingValuesfirstItemPadding()Padding for the first item in the list. final PaddingValuesitemPadding()Padding for list items other than the top item in the list. -
-
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.
-
-
-
-