maxH6xl method
max-h-6xl -->gt; max-height: 72rem (1152px);
Implementation
ContainerBuilder maxH6xl() {
_maxHeight = 1152;
return this;
}
max-h-6xl -->gt; max-height: 72rem (1152px);
ContainerBuilder maxH6xl() {
_maxHeight = 1152;
return this;
}