colorLineCompleted property

Color? colorLineCompleted
final

The color of lines connecting completed steps.

Use this value to define the color of completed lines, when it have to be different from the color of completed step items.

Defaults to colorCompleted.

Implementation

final Color? colorLineCompleted;