builder property

(Widget Function(int stepIndex, int? currentIndex)?) builder
final

A function that defines custom widget builders based on the step index and current index.

Implementation

final Widget Function(int stepIndex, int? currentIndex)? builder;