printer static method

ArcaneGlyph printer({
  1. IconSize size = IconSize.md,
})

Printer icon

Implementation

static ArcaneGlyph printer({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e141', size: size);