color property
SvgColor
get
color
The offset, or black if it is not set. See colorIsSet. color cannot return null due to backwards compatibility constraints.
Implementation
SvgColor get color => _color ?? SvgColor.black;