We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56dd12 commit 88e7118Copy full SHA for 88e7118
lib/src/screens/receive/widgets/qr_image.dart
@@ -28,6 +28,7 @@ class QrImage extends StatelessWidget {
28
foregroundColor: foregroundColor,
29
backgroundColor: backgroundColor,
30
padding: const EdgeInsets.all(8.0),
31
+ embeddedImage: const AssetImage('assets/images/app_logo.png'),
32
);
33
}
34
0 commit comments