setTitleColor method

InstructionsThemeBuilder setTitleColor(
  1. String v
)

Implementation

InstructionsThemeBuilder setTitleColor(String v) {
  colors['title'] = v;
  return this;
}