hCustom method

ContainerBuilder hCustom(
  1. double heightValue
)

h-value -->gt; height: value; (自定义高度)

Implementation

ContainerBuilder hCustom(double heightValue) {
  _height = heightValue;
  return this;
}