menu
iconoir_flutter package
documentation
regular/scan_qr_code.dart
ScanQrCode
ScanQrCode const constructor
ScanQrCode const constructor
dark_mode
light_mode
ScanQrCode
constructor
const
ScanQrCode
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const ScanQrCode({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/scan_qr_code
ScanQrCode
ScanQrCode const constructor
ScanQrCode class