setSecondInstructionTitleColor method

InstructionsThemeBuilder setSecondInstructionTitleColor(
  1. String v
)

Implementation

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