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