GestureDetectorBox constructor

const GestureDetectorBox({
  1. Widget? child,
  2. Key? key,
})

Implementation

const GestureDetectorBox({Widget? child, Key? key})
    : super(child: child, key: key);