maxHxs method

ContainerBuilder maxHxs()

max-h-xs -->gt; max-height: 20rem (320px);

Implementation

ContainerBuilder maxHxs() {
  _maxHeight = 320;
  return this;
}