handleTap property

Function? handleTap
final

A callback to be invoked if the button is clicked.

If null, the button will be disabled (i.e. no callback on click and a grey background).

Implementation

final Function? handleTap;