focalPointOffset property

Offset focalPointOffset
final

The offset of the magnifier from RawMagnifier's center.

For example, if RawMagnifier is globally positioned at Offset(100, 100), and focalPointOffset is Offset(-20, -20), then RawMagnifier will see the content at global offset (80, 80).

If left as Offset.zero, the RawMagnifier will show the content that is directly below it.

Implementation

final Offset focalPointOffset;