dropletOff static method

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

DropletOff icon

Implementation

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