inset4 method

ContainerBuilder inset4()

inset-4 -->gt; top: 16px, right: 16px, bottom: 16px, left: 16px

Implementation

ContainerBuilder inset4() {
  _positionTop = 16;
  _positionRight = 16;
  _positionBottom = 16;
  _positionLeft = 16;
  return this;
}