new ConstrainedBox(
constraints: BoxConstraints.expand(),
child: new Image.asset(
"assets/images/ad.png",
fit: BoxFit.fill,
),
),
new ConstrainedBox(
constraints: BoxConstraints.expand(),
child: new Image.asset(
"assets/images/ad.png",
fit: BoxFit.fill,
),
),
本文标题:flutter图片全屏
本文链接:https://www.haomeiwen.com/subject/dgrifqtx.html
网友评论