minHFull method
min-h-full -->gt; min-height: 100%;
Implementation
ContainerBuilder minHFull() {
_minHeight = double.infinity;
return this;
}
min-h-full -->gt; min-height: 100%;
ContainerBuilder minHFull() {
_minHeight = double.infinity;
return this;
}