right0 method

ContainerBuilder right0()

right-0 -->gt; right: 0

Implementation

ContainerBuilder right0() {
  _positionRight = 0;
  return this;
}