handshake static method

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

Handshake icon

Implementation

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