buttonLabel method
Implementation
String buttonLabel(String label) {
if (widget._controller.nextButtonLabel != null) {
return widget._controller.nextButtonLabel!;
}
return Utils.translateWithFallback('ensemble.input.nextButtonLabel', label);
}