GestureDedector 的 onTap 事件有问题。我也试过卡,但不工作。当我点击 sizedbox 时没有任何反应。
GestureDetector(
onTap: () => GoToPage(),
child: SizedBox(
child: Card(
child: Center(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Column(
children: <Widget>[
Image.asset(
"assets/png/icon2.png",
width: 64.0,
),
...
谢谢你。