scrollText static method

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

ScrollText icon

Implementation

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