locateOff static method

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

LocateOff icon

Implementation

static Component locateOff({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e282', size: size);