sheet static method

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

Sheet icon

Implementation

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