menu
reown_appkit package
documentation
modal/widgets/qr_code_view.dart
QRCodeView
QRCodeView const constructor
QRCodeView const constructor
dark_mode
light_mode
QRCodeView
constructor
const
QRCodeView
(
{
Key
?
key
,
required
String
uri
,
String
logoPath
=
''
,
})
Implementation
const QRCodeView({ super.key, required this.uri, this.logoPath = '', });
reown_appkit package
documentation
modal/widgets/qr_code_view
QRCodeView
QRCodeView const constructor
QRCodeView class