left0 method

left-0 -->gt; left: 0

Implementation

ContainerBuilder left0() {
  _positionLeft = 0;
  return this;
}