Apply Hero to widget
Equivalent to:
Hero( tag: input )
Niku heroTag(String heroTag) { _widget = Hero( tag: heroTag, child: _widget, ); return this; }