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