handleTap property
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;
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).
final Function? handleTap;