handGrab static method

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

HandGrab icon

Implementation

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