hero method

Widget hero(
  1. Object tag
)

Implementation

Widget hero(Object tag) {
  return Hero(
    tag: tag,
    child: this,
  );
}