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