onTap property

(dynamic Function()?) onTap
final

A callback function that is triggered when the user tap on the body.

Implementation

final Function()? onTap;