ghost static method

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

Ghost icon

Implementation

static Component ghost({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e20e', size: size);