imagePlus static method

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

ImagePlus icon

Implementation

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