setSurroundColor method

IproovThemeBuilder setSurroundColor(
  1. String v
)

Implementation

IproovThemeBuilder setSurroundColor(String v) {
  colors['surroundColor'] = v;
  return this;
}