colors property

  1. @override
List<Color> colors
inherited

An immutable list of position-dependent colors — a color gradient.

Implementation

@override
List<Color> get colors => List.unmodifiable(super.colors);