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