of static method

OpenMapSettings? of(
  1. BuildContext context
)

Implementation

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