setInstructionsTitleFont method

IproovThemeBuilder setInstructionsTitleFont(
  1. String v
)

Implementation

IproovThemeBuilder setInstructionsTitleFont(String v) {
  fonts['instructionsTitleFont'] = v;
  return this;
}