ghost static method

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

Ghost icon

Implementation

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