hCustom method
h-value
-->gt; height: value; (自定义高度)
Implementation
ContainerBuilder hCustom(double heightValue) {
_height = heightValue;
return this;
}
h-value
-->gt; height: value; (自定义高度)
ContainerBuilder hCustom(double heightValue) {
_height = heightValue;
return this;
}