width method

Widget width(
  1. double size
)

Implementation

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