onTapUp property

VoidCallback? onTapUp
final

A pointer that will trigger a tap with a neopop button has stopped contacting the screen at a particular location.

This is called after onTapDown is called.

If onTapUp is null, the button will be disabled.

Implementation

final VoidCallback? onTapUp;