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