isActive property

bool? isActive
final

Whether or not the step is active.

By default is active if the index is equal to the current step of the form bloc

The flag only influences styling.

Implementation

final bool? isActive;