maxH4xl method
max-h-4xl -->gt; max-height: 56rem (896px);
Implementation
ContainerBuilder maxH4xl() {
_maxHeight = 896;
return this;
}
max-h-4xl -->gt; max-height: 56rem (896px);
ContainerBuilder maxH4xl() {
_maxHeight = 896;
return this;
}