maxH2xl method
max-h-2xl -->gt; max-height: 42rem (672px);
Implementation
ContainerBuilder maxH2xl() {
_maxHeight = 672;
return this;
}
max-h-2xl -->gt; max-height: 42rem (672px);
ContainerBuilder maxH2xl() {
_maxHeight = 672;
return this;
}