copyPlus static method

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

CopyPlus icon

Implementation

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