replaceAll static method

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

ReplaceAll icon

Implementation

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