div-stroke

Stroke.

Parameters

Parameters Description
color

string

Required parameter.

Stroke color.

Valid formats: #RGB, #ARGB, #RRGGBB, #AARRGGBB.

unit

string

Possible values: dp, sp, px.

Default value: dp.

width

number

Stroke width.

Restriction for the value x: x >= 0.

Default value: 1.

JSON
{
  color*: "string",
  unit: "string",
  width: "number"
}