阅读背景:

flutter 布局原理

来源:互联网 
➢ 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(



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: