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