maybeOf static method
Find the MapCamera of the closest MapLibreMap in the widget tree. Returns null if called outside of the MapLibreMap.children.
Implementation
static MapCamera? maybeOf(BuildContext context) =>
MapLibreInheritedModel.maybeMapCameraOf(context);