setContinueButtonColor method
Implementation
InstructionsThemeBuilder setContinueButtonColor(String v) {
colors['continueButtonBackground'] = v;
return this;
}
InstructionsThemeBuilder setContinueButtonColor(String v) {
colors['continueButtonBackground'] = v;
return this;
}