colorLine property

Color? colorLine
final

colors of the lines of the graphic. If the value is null, no line will be drawn.

colorLine: Colors.blue

Implementation

final Color? colorLine;