goal static method

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

Goal icon

Implementation

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