stepsBuilder property

List<FormBlocStep> Function(T? formBloc) stepsBuilder
final

The steps of the stepper whose titles, subtitles, icons always get shown.

The length of stepsBuilder must not change.

Implementation

final List<FormBlocStep> Function(T? formBloc) stepsBuilder;