We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4859d57 commit 3509b93Copy full SHA for 3509b93
lib/gateway/GatewayQrPage.dart
@@ -87,14 +87,15 @@ class _GatewayQrPageState extends State<GatewayQrPage> {
87
data: qRCodeForMobileAdd,
88
version: QrVersions.auto,
89
size: 320,
90
+ backgroundColor: Colors.white,
91
// backgroundColor: Colors.orangeAccent,
92
eyeStyle: const QrEyeStyle(
93
eyeShape: QrEyeShape.square,
- color: Colors.yellow,
94
+ color: Colors.deepOrangeAccent,
95
),
96
dataModuleStyle: const QrDataModuleStyle(
97
dataModuleShape: QrDataModuleShape.square,
- color: Colors.orange,
98
+ color: Colors.black,
99
))),
100
Center(
101
child: Padding(
0 commit comments