w method

Widget w(
  1. double width
)

Implementation

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