replaceAll static method

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

ReplaceAll icon

Implementation

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