child property
可以是任意包含TDCheckBox的容器,比如:
Row(
children: [
TDCheckBox(),
TDCheckBox(),
...
]
)
Implementation
final Widget child;
可以是任意包含TDCheckBox的容器,比如:
Row(
children: [
TDCheckBox(),
TDCheckBox(),
...
]
)
final Widget child;