heroTag static method

FloretParent<Hero> heroTag(
  1. String hero
)

Implementation

static FloretParent<Hero> heroTag(String hero) => (Widget child) => Hero(
      child: child,
      tag: hero,
    );