tempChild property

Widget tempChild
final

需要计算尺寸的临时小部件,它参与布局但不进行渲染,布局完成后会拿到 size 并传递给 builder 回调

Implementation

final Widget tempChild;