of static method

CirclePackScope? of(
  1. BuildContext context
)

Implementation

static CirclePackScope? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<CirclePackScope>();
}