mapPinned static method

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

MapPinned icon

Implementation

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