padding

open fun padding(all: Int)

Set the padding around each cell

If you want to set the padding around the entire layout, use withPadding.


open fun padding(block: Padding.Builder.() -> Unit)


abstract var padding: Padding?

The padding around each cell

If you want to set the padding around the entire layout, use withPadding.