nextButtonBuilder property

(Widget Function(Future<void> onPressed()?, String label, int step, bool enabled)?) nextButtonBuilder
final

A function for customizing the "Next" button.

Implementation

final Widget Function(Future<void> Function()? onPressed, String label,
    int step, bool enabled)? nextButtonBuilder;