treePalm static method

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

TreePalm icon

Implementation

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