Apply tooltip to widget
Equivalent to:
Tooltip( message: input )
Niku tooltip(String tip) => Niku(Tooltip( message: tip, child: this._widget, ));