shieldOff static method

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

ShieldOff icon

Implementation

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