onTap method
Implementation
Widget onTap(GestureTapCallback function) => GestureDetector(
onTap: function,
child: this,
);
Widget onTap(GestureTapCallback function) => GestureDetector(
onTap: function,
child: this,
);