of static method

Implementation

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