copy static method

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

Copy icon

Implementation

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