of static method

Implementation

static AnimatedItemsScopeState? of(BuildContext context) {
  return context.findAncestorStateOfType<AnimatedItemsScopeState>();
}