setSurroundColor method

ThemeBuilder setSurroundColor(
  1. String v
)

Implementation

ThemeBuilder setSurroundColor(String v) {
  surroundColor = v;
  return this;
}