GestureDetector( onDoubleTap: (){}, onLongPress: (){}, onTap: (){}, child: Container( color: Colors.blue.shade100, width: 200.0, height: 200.0, ), ),