maxItem property

int? maxItem
final

The maximum enabled step.

All the steps after maxItem will be disabled. If null all the steps are enabled.

Implementation

final int? maxItem;