div-edge-insets
It sets margins.
Parameters
Parameters | Description |
---|---|
bottom |
int Bottom margin. Restriction for the value Default value: |
end |
int End margin. Margin position depends on the interface orientation. Has higher priority than the left and right margins. Restriction for the value |
left |
int Left margin. Restriction for the value Default value: |
right |
int Right margin. Restriction for the value Default value: |
start |
int Start margin. Margin position depends on the interface orientation. Has higher priority than the left and right margins. Restriction for the value |
top |
int Top margin. Restriction for the value Default value: |
unit |
string Possible values: Default value: Available platforms: Android, iOS. |
JSON
{
bottom: "int",
end: "int",
left: "int",
right: "int",
start: "int",
top: "int",
unit: "string"
}