presentation static method

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

Presentation icon

Implementation

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