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