colorCompleted property

Color? colorCompleted
final

The color of completed steps.

It is applied when the default step widget is used. Also this color is used to draw lines, connecting completed steps. Defaults to primary color of the current theme.

Implementation

final Color? colorCompleted;