Wraps widget with Hero animation.
Example:
Image.asset('avatar.png').hero('avatar-tag');
Widget hero(Object tag) { return Hero(tag: tag, child: this); }