goal static method

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

Goal icon

Implementation

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