megaphone static method

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

Megaphone icon

Implementation

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