mapPinOff static method

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

MapPinOff icon

Implementation

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