barcode static method

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

Barcode icon

Implementation

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