reply static method

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

Reply icon

Implementation

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