printerCheck static method

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

PrinterCheck icon

Implementation

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