bottom0 method

ContainerBuilder bottom0()

bottom-0 -->gt; bottom: 0

Implementation

ContainerBuilder bottom0() {
  _positionBottom = 0;
  return this;
}