maxH2xs method
max-h-2xs -->gt; max-height: 18rem (288px);
Implementation
ContainerBuilder maxH2xs() {
_maxHeight = 288;
return this;
}
max-h-2xs -->gt; max-height: 18rem (288px);
ContainerBuilder maxH2xs() {
_maxHeight = 288;
return this;
}