star static method

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

Star icon

Implementation

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