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