replyAll static method

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

ReplyAll icon

Implementation

static Component replyAll({IconSize size = IconSize.md}) =>
    lucide.ReplyAll(width: size.unit, height: size.unit);