backgroundColor method

ContainerBuilder backgroundColor(
  1. Color color
)

Implementation

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