onTap method
Wraps widget with gesture detector
Implementation
Widget onTap(VoidCallback? onTap) => GestureDetector(onTap: onTap, child: this);
Wraps widget with gesture detector
Widget onTap(VoidCallback? onTap) => GestureDetector(onTap: onTap, child: this);