nextButtonText property
Text for the button that advances to the next step.
May be a localization key or a literal — anything the localizations do not recognise is shown as-is.
When null the localized 'NEXT' key is used, falling back to "NEXT".
Applies to every step; a step's own RPStep.nextButtonText wins over it.
Implementation
final String? nextButtonText;