aspectSquare method

ContainerBuilder aspectSquare()

aspect-square -> aspect-ratio: 1 / 1

Implementation

ContainerBuilder aspectSquare() {
  _aspectRatio = 1.0;
  return this;
}