Composables UI is out: our new component library for Compose Multiplatform ->
Function

externalPaddingHorizontal

Sets the external padding for the horizontal (start and end) edges of the component.

externalPaddingHorizontal

Source set: Common
@ExperimentalFoundationStyleApi
fun ExternalPaddingScope.externalPaddingHorizontal(value: Dp)

Sets the external padding for the horizontal (start and end) edges of the component. The external padding is the space between the edge of the component and its border (if any). The width/height of the component includes external padding.

This property is not inherited

Parameters

value The amount of padding to apply to both start and end edges.

Last updated: