mapPinCheckInside static method

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

MapPinCheckInside icon

Implementation

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