指南
资料
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 ← Counting计数器 编写组件映射表 →
{
"className": "Center",
"na": {
"child": {
"className": "Container",
"na": {
"child": {
"className": "Text",
"pa": [
"嵌套动态组件"
],
"na": {
"style": {
"className": "TextStyle",
"na": {
"fontSize": 30,
"color": "#(Colors.yellow)"
}
}
}
},
"alignment": "#(Alignment.center)",
"margin": {
"className": "EdgeInsets.only",
"na": {
"top": 30,
"bottom": 30
}
},
"color": "#(Colors.redAccent)",
"width": 300,
"height": 300
}
}
}
}