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