onPressedWithDetails property

void Function(TapUpDetails)? onPressedWithDetails
final

Callback, called when this child is pressed up with the TapUpDetails.

Implementation

final void Function(TapUpDetails)? onPressedWithDetails;