onTap property

VoidCallback? onTap
final

Called when the element is tapped.

Fires immediately on pointer down (before gesture arena resolution) for instant selection feedback.

Implementation

final VoidCallback? onTap;