A function that defines custom widget builders based on the step index and current index.
final Widget Function(int stepIndex, int? currentIndex)? builder;