onTapUp property

VoidCallback? onTapUp
final

Called when the button is released.

If this callback, onLongPress, onPressed and onTapDown are null, then the button will be disabled.

See also:

  • enabled, which is true if the button is enabled.

Implementation

final VoidCallback? onTapUp;