bottom method

ContainerBuilder bottom(
  1. double value
)

bottom(double value) -->gt; bottom: value

Implementation

ContainerBuilder bottom(double value) {
  _positionBottom = value;
  return this;
}