withHero method

Widget withHero(
  1. String tag
)

Implementation

Widget withHero(String tag) => Hero(tag: tag, child: this);