ComponentPadding

constructor(horizontal: Dp = 0.dp, vertical: Dp = 0.dp)


constructor(start: Dp = 0.dp, top: Dp = 0.dp, end: Dp = 0.dp, bottom: Dp = 0.dp)

Parameters

start

The start padding.

top

The top padding.

end

The end padding.

bottom

The bottom padding.