Set width of widget
Equivalent to:
SizedBox( width: input )
Niku width(double width) { _widget = SizedBox( width: width, child: _widget, ); return this; }