Function

externalPadding

Sets the external padding for the component.

externalPadding

Source set: Common
@ExperimentalFoundationStyleApi
fun StyleScope.externalPadding(paddingValues: PaddingValues)

Sets the external padding for 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

paddingValues The PaddingValues to apply to the external padding.

Last updated: