listTree static method

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

ListTree icon

Implementation

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