skull static method

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

Skull icon

Implementation

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