colorsParam property

List<Color>? colorsParam
final

colors of the curves associated with the List functionsXt and functionsYt.

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

colorsParam: [Colors.blue,Colors.red]

Implementation

final List<Color>? colorsParam;