LineIcon.qrcode constructor
const
LineIcon.qrcode({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for qrcode icon Name qrcode turns into flutterish qrcode
Implementation
const LineIcon.qrcode({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.qrcode,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);