handshake static method

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

Handshake icon

Implementation

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