buttonLabel method

String buttonLabel(
  1. String label
)

Implementation

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