heartHandshake static method

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

HeartHandshake icon

Implementation

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