getDocumentOffsetFromAncestorOffset abstract method

Offset getDocumentOffsetFromAncestorOffset(
  1. Offset ancestorOffset, [
  2. RenderObject? ancestor
])

Converts ancestorOffset from the ancestor's coordinate space to the same location on the screen within this DocumentLayout's coordinate space.

Implementation

Offset getDocumentOffsetFromAncestorOffset(Offset ancestorOffset, [RenderObject? ancestor]);