IgnorePointer(
ignoring: false, //禁止点击
child: Container(
width: 200,
height: 200,
color: Colors.yellow,
child: Center(child: Text("11"))),
)
flutter 组件IgnorePointer
关注
打赏