markdown qr_flutter加白色背景
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown qr_flutter加白色背景相关的知识,希望对你有一定的参考价值。
...
Stack(
children: <Widget>[
Container(
alignment: Alignment.center,
margin: EdgeInsets.only(top: 10, bottom: 10),
child: Container(
color: Colors.white,
height: 150.0,
width: 150.0,
),
),
Container(
alignment: Alignment.center,
margin: EdgeInsets.only(top: 10, bottom: 10),
height: 150,
child: QrImage(
data: "这里是需要生成二维码的数据",
onError: (ex) {
print("[QR] ERROR - $ex");
},
),
),
],
)
...
![](https://raw.githubusercontent.com/WingCH/Image/master/20190623162218.png)
以上是关于markdown qr_flutter加白色背景的主要内容,如果未能解决你的问题,请参考以下文章
markdown给图片加背景色
bootstrap里面tooltip标签可以更改她的样式吗?默认情况下是黑色的背景加上白色的文字,想要改成边框加字
vscode文件图标背景png的图背景还是白色
CAD编辑器怎么样加自定义背景颜色
css在灰色透明的背景下,如何才能使上面的字的颜色为白色?
怎么制作ICO图标使背景颜色为透明?