scanQrCode static method

Component scanQrCode({
  1. IconSize size = IconSize.md,
})

ScanQrCode icon

Implementation

static Component scanQrCode({IconSize size = IconSize.md}) =>
    lucide.ScanQrCode(width: size.unit, height: size.unit);