IgnorePointer( ignoring: false, //禁止点击 child: Container( width: 200, height: 200, color: Colors.yellow, child: Center(child: Text("11"))), )
IgnorePointer( ignoring: false, //禁止点击 child: Container( width: 200, height: 200, color: Colors.yellow, child: Center(child: Text("11"))), )