locateOff static method

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

LocateOff icon

Implementation

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