expanded property

bool expanded
final

Should the step indicator expand in its main axis to all available space.

When set to 'true', step items are spaced evenly and connecting lines are expanded between them. The lineLength is ignored in this case. Defaults to 'false'. In this case step items are grouped in center and the lineLength controls a distance between them.

Implementation

final bool expanded;