Skip to content

Commit 4be720d

Browse files
authored
Merge pull request flutterchina#57 from yishanxiansheng/patch-1
Update listener.md
2 parents ffd44a9 + e9b6716 commit 4be720d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chapter8/listener.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Listener(
6565
child: ConstrainedBox(
6666
constraints: BoxConstraints.tight(Size(300.0, 150.0)),
6767
child: Center(child: Text("Box A")),
68-
//behavior: HitTestBehavior.opaque
6968
),
69+
//behavior: HitTestBehavior.opaque,
7070
onPointerDown: (event) => print("down A")
7171
),
7272
```

0 commit comments

Comments
 (0)