maybeOf static method

MarkerController? maybeOf(
  1. BuildContext context
)

Implementation

static MarkerController? maybeOf(BuildContext context) =>
    InteractiveMarkerScope.maybeControllerOf(context);