showModalBottomSheet(
builder: (BuildContext context) {
return new Container(
height: 1000,
width: 100,
color: Colors.red,
);
},
).then((val) {
print(val);
}),
showModalBottomSheet(
builder: (BuildContext context) {
return new Container(
height: 1000,
width: 100,
color: Colors.red,
);
},
).then((val) {
print(val);
}),
本文标题:flutter 底部弹出
本文链接:https://www.haomeiwen.com/subject/jcfidctx.html
网友评论