flower static method

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

Flower icon

Implementation

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