shrub static method

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

Shrub icon

Implementation

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