nextButtonText property

String? nextButtonText
final

Custom text for the "Next" button.

If not provided, defaults to "Next" or "Done" for the last step.

nextButtonText: 'Continue'

Implementation

final String? nextButtonText;