flower static method

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

Flower icon

Implementation

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