maybeOf static method
Implementation
static FlutterMapState? maybeOf(BuildContext context) => context
.dependOnInheritedWidgetOfExactType<MapStateInheritedWidget>()
?.mapState;
static FlutterMapState? maybeOf(BuildContext context) => context
.dependOnInheritedWidgetOfExactType<MapStateInheritedWidget>()
?.mapState;