onOffset method

Offset? onOffset()

The offset is applied relative to the initial position

Implementation

Offset? onOffset() => inOffset == null ? null : inOffset!();