setTitleFont method

InstructionsThemeBuilder setTitleFont(
  1. String v
)

Implementation

InstructionsThemeBuilder setTitleFont(String v) {
  fonts['title'] = v;
  return this;
}