setPromptBackgroundColor method

ThemeBuilder setPromptBackgroundColor(
  1. String v
)

Implementation

ThemeBuilder setPromptBackgroundColor(String v) {
  promptBackgroundColor = v;
  return this;
}