The BrushLike type is the same as Brush | string | null. A string in place of a Brush object is treated as a Solid Brush of that color.
Brush | string | null
The Key type is the same as string | number | undefined.
string | number | undefined
The MarginLike type is the same as Margin | number. A number in place of a Margin object is treated as a uniform Margin with that thickness.
Margin | number
The BrushLike type is the same as
Brush | string | null
. A string in place of a Brush object is treated as a Solid Brush of that color.