link2Off static method

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

Link2Off icon

Implementation

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