NUISpotlightOverlayBuilder typedef
        NUISpotlightOverlayBuilder =
     Widget Function(BuildContext context, BoxConstraints box, Offset position, NUISpotlightController spotlightController)
    
    
    
Implementation
typedef NUISpotlightOverlayBuilder = Widget Function(BuildContext context, BoxConstraints box, Offset position, NUISpotlightController spotlightController);