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