anchor static method

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

Anchor icon

Implementation

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