setSecondInstructionText method

InstructionsThemeBuilder setSecondInstructionText(
  1. String v
)

Implementation

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