tapDetails property

TapUpDetails? tapDetails
getter/setter pair

The global position at which the pointer contacted the screen. If null, transition animation has Alignment(0, 0), so that transition going forwards/ in reverse goes from/into the center of a screen.

Implementation

TapUpDetails? tapDetails;