unplug static method

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

Unplug icon

Implementation

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