chip Padding
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
container Padding
the padding around the Chip UI Element
content Padding
the padding inside the Chip UI element