ComponentPadding
data class ComponentPadding(val start: Dp = 0.dp, val top: Dp = 0.dp, val end: Dp = 0.dp, val bottom: Dp = 0.dp)
Represents the padding of a component.
Parameters
start
The start padding.
top
The top padding.
end
The end padding.
bottom
The bottom padding.