【发布时间】:2021-11-24 23:21:21
【问题描述】:
我想将这 4 篇文章整理成一列。问题是它们是连续显示的。
AlertDialog alert = AlertDialog(
title: Text("Informações"),
content: Text("P - Selvagem ou Aguti"
"p - preto"
"A - Permite a pigmentação"
"a - Inibe a pigmentação (epistático)"),
actions: [
okButton,
],
backgroundColor: Colors.white,
);
如何将它们放在另一个之下?
【问题讨论】:
标签: android flutter dart mobile