div-absolute-edge-insets
Sets margins without regard to screen properties.
Parameters
Parameters | Description |
---|---|
bottom |
int Bottom margin. Restriction for the value Default value: Available platforms: Android, iOS, web. |
left |
int Left margin. Restriction for the value Default value: Available platforms: Android, iOS, web. |
right |
int Right margin. Restriction for the value Default value: Available platforms: Android, iOS, web. |
top |
int Top margin. Restriction for the value Default value: Available platforms: Android, iOS, web. |
JSON
{
bottom: "int",
left: "int",
right: "int",
top: "int"
}