expand static method

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

Expand icon

Implementation

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