widthBox method

SizedBox widthBox(
  1. double width
)

尺寸控件(宽度) >>>

@deprecated use gap instead

Implementation

SizedBox widthBox(double width) => SizedBox(width: width, child: this);