fix: qr image

This commit is contained in:
Prateek Sunal 2024-03-29 16:23:55 +05:30
parent 4830a69aad
commit cb7a2445e1

View file

@ -94,7 +94,7 @@ class _CodeWidgetState extends State<CodeWidget> {
entries: <ContextMenuEntry>[
MenuItem(
label: 'QR',
icon: Icons.qr_code,
icon: Icons.qr_code_2_outlined,
onSelected: () => _onShowQrPressed(null),
),
MenuItem(