handHeart static method

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

HandHeart icon

Implementation

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