setCaptionFont method

InstructionsThemeBuilder setCaptionFont(
  1. String v
)

Implementation

InstructionsThemeBuilder setCaptionFont(String v) {
  fonts['caption'] = v;
  return this;
}