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

externalPaddingVertical

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

externalPaddingVertical

Source set: Common
public fun ExternalPaddingScope.externalPaddingVertical(value: Dp)

Sets the external padding for the vertical (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 top and bottom edges.

Content updated: