onTapDown property
Callback invoked when a tap down gesture begins.
Provides the position and details of the initial touch/click. Useful for implementing custom press animations or tracking interaction start points.
Implementation
final GestureTapDownCallback? onTapDown;