📜  Flutter onclick 容器 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:05.458000             🧑  作者: Mango

代码示例1
InkWell(
  onTap: () {}, // Handle your callback
  child: Ink(height: 100, width: 100, color: Colors.blue),
)