position method

ContainerBuilder position()

position() -->gt; 设置为定位元素,启用绝对定位

Implementation

ContainerBuilder position() {
  _isPositioned = true;
  return this;
}