colors property

List<Color>? colors
final

colors of the curves associated with the List functions.

If no value associated in the list, Colors.brown is provided.

colors: [Colors.blue,Colors.red,Colors.purple]

Implementation

final List<Color>? colors;