Skip to content

Commit

Permalink
Merge pull request flutterchina#94 from ryosga/main
Browse files Browse the repository at this point in the history
4-8-2-afterlayout  修改错字
  • Loading branch information
wendux authored Mar 30, 2022
2 parents 2ed540f + 2c64237 commit 4c2e05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chapter4/layoutbuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ flutter: Size(105.0, 17.0)
flutter: Offset(42.5, 290.0)
```

可以看到 Text 文本的实际长度是 105,高度是 17,它的启示位置坐标是(42.5, 290.0)。
可以看到 Text 文本的实际长度是 105,高度是 17,它的起始位置坐标是(42.5, 290.0)。

### 获取组件相对于某个父组件的坐标

Expand Down

0 comments on commit 4c2e05f

Please sign in to comment.