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