hero method

Widget hero(
  1. String tag
)

Adds hero animation

Implementation

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