umbrellaOff static method

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

UmbrellaOff icon

Implementation

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