of static method

Implementation

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