div-absolute-edge-insets

Sets margins without regard to screen properties.

Parameters

Parameters Description
bottom

int

Bottom margin.

Restriction for the value x: x >= 0.

Default value: 0.

Available platforms: Android, iOS, web.

left

int

Left margin.

Restriction for the value x: x >= 0.

Default value: 0.

Available platforms: Android, iOS, web.

right

int

Right margin.

Restriction for the value x: x >= 0.

Default value: 0.

Available platforms: Android, iOS, web.

top

int

Top margin.

Restriction for the value x: x >= 0.

Default value: 0.

Available platforms: Android, iOS, web.

JSON
{
  bottom: "int",
  left: "int",
  right: "int",
  top: "int"
}
Previous