setSecondInstructionTitleFont method
Implementation
InstructionsThemeBuilder setSecondInstructionTitleFont(String v) {
fonts['secondInstructionTitle'] = v;
return this;
}
InstructionsThemeBuilder setSecondInstructionTitleFont(String v) {
fonts['secondInstructionTitle'] = v;
return this;
}