imagePlus static method

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

ImagePlus icon

Implementation

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