copySlash static method

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

CopySlash icon

Implementation

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