🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

externalPaddingHorizontal

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

externalPaddingHorizontal

Source set: Common
public 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.

Content updated: