downPosition property Null safety
The most recent Offset at which a pointer touched the Toggleable.
This is null if currently no pointer is touching the Toggleable or if isInteractive is false.
Implementation
Offset? get downPosition => _downPosition;