public object ListHeaderDefaults
Properties
ContentPadding
public val ContentPadding: PaddingValues
The default content padding for ListHeader
SubHeaderContentPadding
public val SubHeaderContentPadding: PaddingValues
The default content padding for ListSubHeader
minimumTopListContentPadding
public val minimumTopListContentPadding: Dp
The minimum top content padding for the list when a ListHeader is placed at the top. Recommended for use with androidx.wear.compose.foundation.lazy.TransformingLazyColumnItemScope's androidx.wear.compose.foundation.lazy.TransformingLazyColumnItemScope.minimumVerticalContentPadding, which allows items to choose a preferred content padding for the list. TransformingLazyColumn takes its contentPadding as the maximum of the preferred content padding values and its own contentPadding parameter.
minimumBottomListContentPadding
public val minimumBottomListContentPadding: Dp
The minimum bottom content padding for the list when a ListHeader is placed at the bottom. Recommended for use with androidx.wear.compose.foundation.lazy.TransformingLazyColumnItemScope's androidx.wear.compose.foundation.lazy.TransformingLazyColumnItemScope.minimumVerticalContentPadding, which allows items to choose a preferred content padding for the list. TransformingLazyColumn takes its contentPadding as the maximum of the preferred content padding values and its own contentPadding parameter.
contentColor
public val contentColor: Color
The default color for ListHeader
subHeaderContentColor
public val subHeaderContentColor: Color
The default color for ListSubHeader