onTap method

Widget onTap(
  1. GestureTapCallback function
)

Implementation

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