➢ layout 约束 尺寸 位置:
先看一下,下面这段代码:
body: Container( width: 400, height: 400, color: Colors.blue, child: Container( width: 100, height: 100, color: Colors.orange, child: const FlutterLogo( size: 50, ), ), ), body: Container(先看一下,下面这段代码:
body: Container( width: 400, height: 400, color: Colors.blue, child: Container( width: 100, height: 100, color: Colors.orange, child: const FlutterLogo( size: 50, ), ), ), body: Container(