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