ฉันต้องการทราบว่าฉันจะตั้งค่าความกว้างให้ตรงกับความกว้างของโครงร่างหลักได้อย่างไร
new Container(
width: 200.0,
padding: const EdgeInsets.only(top: 16.0),
child: new RaisedButton(
child: new Text(
"Submit",
style: new TextStyle(
color: Colors.white,
)
),
colorBrightness: Brightness.dark,
onPressed: () {
_loginAttempt(context);
},
color: Colors.blue,
),
),
ฉันรู้เกี่ยวกับExpanded
วิดเจ็ตเล็กน้อยแต่Expanded
ขยายมุมมองไปยังทั้งสองทิศทางฉันไม่รู้วิธีทำ