lightbulb static method

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

Lightbulb icon

Implementation

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