leaf static method

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

Leaf icon

Implementation

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