tag method

Creates a new GlobalKey from the given tag or returns the existing one

Implementation

GlobalKey<AnimateFromState> tag(Object tag) {
  return _generatedKeys[tag] ??= GlobalKey<AnimateFromState>();
}