onPressed property

dynamic Function()? onPressed
final

This triggers when the tap gesture wins.

Implementation

final Function()? onPressed;