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