width static method

SizedBox width(
  1. double w
)

Implementation

static SizedBox width(double w) => .new(width: w);