setContinueButtonBackgroundColor method

InstructionsThemeBuilder setContinueButtonBackgroundColor(
  1. String v
)

Implementation

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