of static method

ConfigData of(
  1. BuildContext context
)

Implementation

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