of static method

Implementation

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