getFillColors method

List<Color> getFillColors()

Implementation

List<Color> getFillColors() => fillColors ?? [TRANSPARENT];