maxW2 method

max-w-2 -->gt; max-width: 8px;

Implementation

ContainerBuilder maxW2() {
  _maxWidth = 8;
  return this;
}