anchor static method

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

Anchor icon

Implementation

static Widget anchor({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e03f', size: size);