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