onTap property

Function? onTap
final

This will be happen when user tap on task, for example show a dialog or navigate to other page

Implementation

final Function? onTap;