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