currentColor property

  1. @visibleForTesting
Color? currentColor

The default color applied to SVG elements that inherit the color property.

Implementation

@visibleForTesting
Color? get currentColor => _currentColor;
void currentColor=(Color? color)

Sets the _currentColor to color.

Implementation

set currentColor(Color? color);