leaf static method

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

Leaf icon

Implementation

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