Margins
The Margins class defines the space around a view or element. It specifies the margin values for the left, top, right, and bottom sides.
Constructor:
constructor(left: number | string, top: number | string, right: number | string, bottom: number | string)
Left, top right and bottom values should be in the form: 25/'10ch'/'25%' (ch - character width. % - percentage of the parent width/height)