spotlight static method

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

Spotlight icon

Implementation

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