mapPinCheck static method

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

MapPinCheck icon

Implementation

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