offset property

Offset? offset
final

The offset used to adjust the position of the options overlay.

In case the options container is being displayed too far-off, the cause if likely the use of multiple MaterialApp or Scaffold in the widget tree. If so, use decorationBuilder instead.

Implementation

final Offset? offset;