scanText static method

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

ScanText icon

Implementation

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