to Padding Values
@Composable()
Content copied to clipboard
Returns the current insets converted into a PaddingValues.
Parameters
start
Whether to apply the inset on the start dimension.
top
Whether to apply the inset on the top dimension.
end
Whether to apply the inset on the end dimension.
bottom
Whether to apply the inset on the bottom dimension.
additionalHorizontal
Value to add to the start and end dimensions.
additionalVertical
Value to add to the top and bottom dimensions.
@Composable()
Content copied to clipboard
Returns the current insets converted into a PaddingValues.
Parameters
start
Whether to apply the inset on the start dimension.
top
Whether to apply the inset on the top dimension.
end
Whether to apply the inset on the end dimension.
bottom
Whether to apply the inset on the bottom dimension.
additionalStart
Value to add to the start dimension.
additionalTop
Value to add to the top dimension.
additionalEnd
Value to add to the end dimension.
additionalBottom
Value to add to the bottom dimension.