onOffset method
The offset is applied relative to the initial position
Implementation
Offset? onOffset() => inOffset == null ? null : inOffset!();
The offset is applied relative to the initial position
Offset? onOffset() => inOffset == null ? null : inOffset!();