lightbulbOff static method

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

LightbulbOff icon

Implementation

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