top2 method

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

Implementation

ContainerBuilder top2() {
  _positionTop = 8;
  return this;
}