maxH3xs method
max-h-3xs -->gt; max-height: 16rem (256px);
Implementation
ContainerBuilder maxH3xs() {
_maxHeight = 256;
return this;
}
max-h-3xs -->gt; max-height: 16rem (256px);
ContainerBuilder maxH3xs() {
_maxHeight = 256;
return this;
}