left2 method

left-2 -->gt; left: 8px

Implementation

ContainerBuilder left2() {
  _positionLeft = 8;
  return this;
}