color property

  1. @override
Color? color
final

The default color used to provide a potential indirect color value for the fill, stroke and stop-color of descendant elements.

See: https://www.w3.org/TR/SVG11/color.html#ColorProperty

Implementation

@override
final Color? color;