width method

Widget width()

Leaves given width of space

Implementation

Widget width() => SizedBox(width: validate().toDouble());