width method

Widget width(
  1. double width
)

Implementation

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