onTap property

(dynamic Function()?) onTap
final

The callback fired when the user's finger is lifted from the widget.

Implementation

final Function()? onTap;