mapPinPen static method

ArcaneGlyph mapPinPen({
  1. IconSize size = IconSize.md,
})

MapPinPen icon

Implementation

static ArcaneGlyph mapPinPen({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e655', size: size);