zapOff static method

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

ZapOff icon

Implementation

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