setCaptionColor method

InstructionsThemeBuilder setCaptionColor(
  1. String v
)

Implementation

InstructionsThemeBuilder setCaptionColor(String v) {
  colors['caption'] = v;
  return this;
}