我正在尝试创建类似于下图的内容,其中有两个容器,一个占据屏幕的40%,另一个占据屏幕的其余部分。在顶部容器中,我希望在顶部有一个文本,在底部有一个文本,左对齐。我有这个://mainpagebodybody:Container(child:Column(children:[//topcontainernewExpanded(child:null,//todo,addthetwotexts,),//bottomcontainernewContainer(height:400.0,//thisneedstobe60%ofthepagechild:newText('test'),),],),