imagePlus static method

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

ImagePlus icon

Implementation

static Component imagePlus({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e1f7', size: size);