setContinueButtonText method

InstructionsThemeBuilder setContinueButtonText(
  1. String v
)

Implementation

InstructionsThemeBuilder setContinueButtonText(String v) {
  texts['continueButton'] = v;
  return this;
}