📜  flutter sizedbo - Dart 代码示例

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

代码示例1
const SizedBox(
  width: 200.0,
  height: 300.0,
  child: Card(child: Text('Hello World!')),
)
//Use instead of container, improves performance if you don't need to use all the properties of containser