width property

Widget width

Leaves given width of space

Implementation

Widget get width => SizedBox(width: this?.toDouble());