of static method

Implementation

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