chipPadding

fun chipPadding(containerPadding: PaddingValues = PaddingValues(top = 8.dp, end = 4.dp), contentPadding: PaddingValues = PaddingValues(horizontal = 6.dp, vertical = 0.dp)): ChipPadding

Creates a ChipPadding that represents the default paddings used in a chip in a Library.

Parameters

containerPadding

the padding around the Chip UI Element

contentPadding

the padding inside the Chip UI element