maxHFull method
max-h-full -->gt; max-height: 100%;
Implementation
ContainerBuilder maxHFull() {
_maxHeight = double.infinity;
return this;
}
max-h-full -->gt; max-height: 100%;
ContainerBuilder maxHFull() {
_maxHeight = double.infinity;
return this;
}