YCIMGestureDetector function

GestureDetector YCIMGestureDetector(
  1. BuildContext context,
  2. Widget child
)

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());
}