Set width of widget
Equivalent to:
SizedBox( width: input )
Niku width(double width) => Niku(SizedBox(width: width, child: this._widget));