setInstructionsCaptionFont method

IproovThemeBuilder setInstructionsCaptionFont(
  1. String v
)

Implementation

IproovThemeBuilder setInstructionsCaptionFont(String v) {
  fonts['instructionsCaptionFont'] = v;
  return this;
}