YCIMGestureDetector function
Implementation
GestureDetector YCIMGestureDetector(BuildContext context, Widget child) {
return GestureDetector(
child: SizedBox(width: yScreenSize(context: context).width, height: yScreenSize(context: context).height, child: child),
onTap: () => yCloseInputMethod(),
);
}