width static method

SizedBox width(
  1. double width
)

Implementation

static SizedBox width(double width) {
  return SizedBox(
    width: width,
  );
}