child property

Widget? child
final

任意自定义widget,而且设置了child会优先使用

Implementation

final Widget? child;