📅  最后修改于: 2022-03-11 14:48:06.449000             🧑  作者: Mango
IgnorePointer(
ignoring: true, // Whether this widget is ignored during hit testing.
child: ElevatedButton(
child: const Text('Absorb Pointer'),
onPressed: () {},
),
),