heartHandshake static method

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

HeartHandshake icon

Implementation

static Widget heartHandshake({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e2d7', size: size);