goal static method

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

Goal icon

Implementation

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