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