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