of static method

Implementation

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