maxH3xl method
max-h-3xl -->gt; max-height: 48rem (768px);
Implementation
ContainerBuilder maxH3xl() {
_maxHeight = 768;
return this;
}
max-h-3xl -->gt; max-height: 48rem (768px);
ContainerBuilder maxH3xl() {
_maxHeight = 768;
return this;
}