onTap property

VoidCallback? onTap
final

Disabled by tappable == false.

Pass a Function to perform any time the InkResponse on this 🌟 Surface responds to a tap input.

Implementation

final VoidCallback? onTap;