goal static method

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

Goal icon

Implementation

static Component goal({IconSize size = IconSize.md}) =>
    lucide.Goal(width: size.unit, height: size.unit);