anchor static method

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

Anchor icon

Implementation

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