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