GestureDetector(
// behavior:HitTestBehavior(),
onTap: (){
print('hello word');
//print(gl);
// print(value.localPosition.dx);
},
child:
CustomPaint(
size: Size(setRawSize(600), setRawSize(290)),
foregroundPainter: FunnelPlotCustomPainter(
viewService.context,
color: Colors.blue,
funnelPoltData: fd
),
),
),
キャンバスを使用してじょうごのダイアグラムを描画しますが、クリックできません。混乱しています。