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