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. |