replyAll static method

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

ReplyAll icon

Implementation

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