div-radial-gradient-fixed-center

Fixed coordinates of the central point of the gradient.

Parameters

Parameters Description
type

string

Required parameter.

The value must always be fixed.

value

int

Required parameter.

Coordinate value.

unit

string

Unit of measurement. To learn more about units of size measurement, see Layout inside the card.

Possible values: dp, sp, px.

Default value: dp.

JSON
{
  type*: "fixed",
  unit: "string",
  value*: "int"
}