zapOff static method

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

ZapOff icon

Implementation

static ArcaneGlyph zapOff({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e1b5', size: size);