setCaptionText method

InstructionsThemeBuilder setCaptionText(
  1. String v
)

Implementation

InstructionsThemeBuilder setCaptionText(String v) {
  texts['caption'] = v;
  return this;
}