Skip to content

Commit 3509b93

Browse files
committed
二维码颜色
1 parent 4859d57 commit 3509b93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/gateway/GatewayQrPage.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,15 @@ class _GatewayQrPageState extends State<GatewayQrPage> {
8787
data: qRCodeForMobileAdd,
8888
version: QrVersions.auto,
8989
size: 320,
90+
backgroundColor: Colors.white,
9091
// backgroundColor: Colors.orangeAccent,
9192
eyeStyle: const QrEyeStyle(
9293
eyeShape: QrEyeShape.square,
93-
color: Colors.yellow,
94+
color: Colors.deepOrangeAccent,
9495
),
9596
dataModuleStyle: const QrDataModuleStyle(
9697
dataModuleShape: QrDataModuleShape.square,
97-
color: Colors.orange,
98+
color: Colors.black,
9899
))),
99100
Center(
100101
child: Padding(

0 commit comments

Comments
 (0)