Returns a list of Colors representing the component's strokes.
List<Color> get strokes => _strokes.map(_paintToColor).toList();