onTap method

dynamic onTap()

Implementation

onTap() {
  debugPrint("button click");
}