width method

SizedBox width(
  1. double? width
)

Implementation

SizedBox width(double? width) {
  return SizedBox(width: width, child: this);
}