top0 method

top-0 -->gt; top: 0

Implementation

ContainerBuilder top0() {
  _positionTop = 0;
  return this;
}