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