width method

SizedBox width(
  1. double width
)

With custom width

Implementation

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