strokes property

List<Color> get strokes

Returns a list of Colors representing the component's strokes.

Implementation

List<Color> get strokes => _strokes.map(_paintToColor).toList();