skull static method

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

Skull icon

Implementation

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