width method

Widget width(
  1. double w
)

Set the width (height unconstrained).

Implementation

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