setContinueButtonFont method

InstructionsThemeBuilder setContinueButtonFont(
  1. String v
)

Implementation

InstructionsThemeBuilder setContinueButtonFont(String v) {
  fonts['continueButton'] = v;
  return this;
}