store static method

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

Store icon

Implementation

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