scanText static method

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

ScanText icon

Implementation

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