listTree static method

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

ListTree icon

Implementation

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