maxW5 method

max-w-5 -->gt; max-width: 20px;

Implementation

ContainerBuilder maxW5() {
  _maxWidth = 20;
  return this;
}