backgroundColor method

AutoLayout backgroundColor(
  1. Color color
)

Implementation

AutoLayout backgroundColor(Color color) {
  return this.._backgroundColor = color;
}