📜  颤振扁平按钮大小 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:03.888000             🧑  作者: Mango

代码示例1
// JZ
SizedBox(
  width: double.infinity, // <-- match_parent
  child: RaisedButton(...)
)