heartPlus static method

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

HeartPlus icon

Implementation

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