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