lineColor property

Color? lineColor
final

The color of the line.

If this is null, 'color' will be used.

To have the wave just be a line, set color to Colors.transparent and set this to the color of the line.

Implementation

final Color? lineColor;