backgroundSize method

ContainerBuilder backgroundSize(
  1. BoxFit size
)

Implementation

ContainerBuilder backgroundSize(BoxFit size) {
  _backgroundSize = size;
  return this;
}