maxHCustom method
max-h-value
-->gt; max-height: value; (自定义最大高度)
Implementation
ContainerBuilder maxHCustom(double maxHeightValue) {
_maxHeight = maxHeightValue;
return this;
}
max-h-value
-->gt; max-height: value; (自定义最大高度)
ContainerBuilder maxHCustom(double maxHeightValue) {
_maxHeight = maxHeightValue;
return this;
}