flutter图片全屏
2018-11-17 本文已影响0人
王保全_1098
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,
),
),