Set height in percent
Equivalent to:
FractionallySizedBox( heightFactor: input )
Niku fractionHeight(double fraction) => Niku(FractionallySizedBox(widthFactor: fraction, child: this._widget));