flashlight static method

ArcaneGlyph flashlight({
  1. IconSize size = IconSize.md,
})

Flashlight icon

Implementation

static ArcaneGlyph flashlight({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e0d3', size: size);