treePine static method

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

TreePine icon

Implementation

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