umbrella static method

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

Umbrella icon

Implementation

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