Padding

constructor(padding: Int = 0)

Defines the padding in pixels.

Parameters

padding

The top, left, right and bottom padding in pixels.


constructor(left: Int, top: Int, right: Int, bottom: Int)