maybeOf static method

FlutterMapState? maybeOf(
  1. BuildContext context
)

Implementation

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