rememberResponsiveColumnPadding
fun rememberResponsiveColumnPadding(first: ColumnItemType = ItemType.Unspecified, last: ColumnItemType = ItemType.Unspecified, horizontalPercent: Float = 0.052f): PaddingValues
Calculates and remembers padding values for a Wear column based on screen size and item types.
This function is designed to provide responsive padding for columns, specifically in Wear OS, taking into account the screen shape (round or rectangular) and the types of items at the beginning and end of the column.
Return
A PaddingValues object containing the calculated padding values.
Parameters
first
The type of the first item in the column. Used to determine top padding. Defaults to a safe value of ItemType.Unspecified.
last
The type of the last item in the column. Used to determine bottom padding. Defaults to a safe value of ItemType.Unspecified.
horizontalPercent
The percentage of the screen width to use for horizontal padding. Defaults to 5.2%.