imagePlus static method

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

ImagePlus icon

Implementation

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