offsetToGlobalAncestor method

Offset? offsetToGlobalAncestor(
  1. GlobalKey<State<StatefulWidget>> parentKey
)

Implementation

Offset? offsetToGlobalAncestor(GlobalKey parentKey) =>
    renderBox?.localToGlobal(Offset.zero, ancestor: parentKey.renderObject);