qrCode static method

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

QrCode icon

Implementation

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