heightBox method

SizedBox heightBox(
  1. double height
)

尺寸控件(高度) >>>

@deprecated use gap instead

Implementation

SizedBox heightBox(double height) => SizedBox(height: height, child: this);