spotlight static method

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

Spotlight icon

Implementation

static Widget spotlight({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e682', size: size);