tentTree static method

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

TentTree icon

Implementation

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