setContinueButtonColor method

InstructionsThemeBuilder setContinueButtonColor(
  1. String v
)

Implementation

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