nfc static method

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

Nfc icon

Implementation

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