locationInGlobalScope property

UEMarkerLocation get locationInGlobalScope

Implementation

UEMarkerLocation get locationInGlobalScope {

  return UEMarkerLocation(
    uuid: _widgetKey.uuid,
    rect: mounted ? _enableMasking ? _widgetKey.globalPaintBounds : Rect.zero : Rect.zero);
}